├── Cloud Provider Locations and Regions.yaml ├── DevOps Landscape.yaml ├── Graph Database Landscape.yaml ├── License.md ├── NoCode Machine Learning.yaml ├── README.md └── Serverless Functions Landscape.yaml /Cloud Provider Locations and Regions.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | # Cloud Providers Locations and Regions 3 | # Created by Rishidot Research (www.rishidot.com) and released under Attribution-ShareAlike 4.0 International 4 | # We have compared major cloud providers. If you want to add any new provider, please give a pull request with location info 5 | # Different cloud providers use different names for their public cloud services and their region classifications vary 6 | Cloud Providers Locations: 7 | has_list: true 8 | Amazon Web Services: 9 | # Reference: https://aws.amazon.com/about-aws/global-infrastructure/ 10 | # Does not include AWS GovCloud regions 11 | - Continent : America 12 | - Country : USA 13 | Number of Regions : 4 14 | - Country : Canada 15 | Number of Regions : 1 16 | - Country : Brazil 17 | Number of Regions : 1 18 | - Continent : Europe 19 | - Country : Germany 20 | Number of Regions : 1 21 | - Country : UK 22 | Number of Regions : 1 23 | - Country : Ireland 24 | Number of Regions : 1 25 | - Country : France 26 | Number of Regions : 1 27 | - Continent : Asia Pacific 28 | - Country : China 29 | Number of Regions : 2 30 | - Country : Singapore 31 | Number of Regions : 1 32 | - Country : India 33 | Number of Regions : 1 34 | - Country : Japan 35 | Number of Regions : 2 36 | - Country : South Korea 37 | Number of Regions : 1 38 | - Country : Australia 39 | Number of Regions : 1 40 | Microsoft Azure: 41 | # Reference: https://azure.microsoft.com/en-us/regions/ 42 | # Does not include Azure DoD & Gov Cloud regions 43 | - Continent : America 44 | - Country : USA 45 | Number of Regions : 8 46 | - Country : Canada 47 | Number of Regions : 2 48 | - Country : Brazil 49 | Number of Regions : 1 50 | - Continent : Europe 51 | - Country : Germany 52 | Number of Regions : 2 53 | - Country : UK 54 | Number of Regions : 2 55 | - Country : Ireland 56 | Number of Regions : 1 57 | - Country : Netherlands 58 | Number of Regions : 1 59 | - Country : France 60 | Number of Regions : 2 61 | - Continent : Asia Pacific 62 | - Country : China 63 | Number of Regions : 2 64 | - Country : Singapore 65 | Number of Regions : 1 66 | - Country : India 67 | Number of Regions : 3 68 | - Country : Japan 69 | Number of Regions : 2 70 | - Country : South Korea 71 | Number of Regions : 2 72 | - Country : Australia 73 | Number of Regions : 4 74 | - Country : Hong Kong 75 | Number of Regions : 1 76 | - Continent : Africa 77 | - Country : South Africa 78 | Number of Regions : 2 79 | Google Cloud: 80 | # Reference: https://cloud.google.com/compute/docs/regions-zones/ 81 | - Continent : America 82 | - Country : USA 83 | Number of Regions : 4 84 | - Country : Canada 85 | Number of Regions : 1 86 | - Country : Brazil 87 | Number of Regions : 1 88 | - Continent : Europe 89 | - Country : Germany 90 | Number of Regions : 1 91 | - Country : UK 92 | Number of Regions : 1 93 | - Country : Belgium 94 | Number of Regions : 1 95 | - Country : Netherlands 96 | Number of Regions : 1 97 | - Continent : Asia Pacific 98 | - Country : Singapore 99 | Number of Regions : 1 100 | - Country : India 101 | Number of Regions : 1 102 | - Country : Japan 103 | Number of Regions : 1 104 | - Country : Taiwan 105 | Number of Regions : 1 106 | - Country : Australia 107 | Number of Regions : 1 108 | IBM Cloud Public: 109 | # Reference: https://www.ibm.com/cloud/ 110 | # Does not include any Gov Cloud regions 111 | - Continent : America 112 | - Country : USA 113 | Number of Regions : 1 114 | - Continent : Europe 115 | - Country : Germany 116 | Number of Regions : 1 117 | - Country : UK 118 | Number of Regions : 1 119 | - Continent : Asia Pacific 120 | - Country : Australia 121 | Number of Regions : 1 122 | IBM Cloud Infrastructure: 123 | # Reference: https://www.ibm.com/cloud-computing/bluemix/data-centers 124 | # Does not include any Gov Cloud regions 125 | - Continent : America 126 | - Country : USA 127 | Number of Regions : 5 128 | - Country : Canada 129 | Number of Regions : 2 130 | - Country : Mexico 131 | Number of Regions : 1 132 | - Country : Brazil 133 | Number of Regions : 1 134 | - Continent : Europe 135 | - Country : The Netherlands 136 | Number of Regions : 1 137 | - Country : Germany 138 | Number of Regions : 1 139 | - Country : England 140 | Number of Regions : 1 141 | - Country : Italy 142 | Number of Regions : 1 143 | - Country : Norway 144 | Number of Regions : 1 145 | - Country : France 146 | Number of Regions : 1 147 | - Continent : Asia Pacific 148 | - Country : India 149 | Number of Regions : 1 150 | - Country : Hong Kong 151 | Number of Regions : 1 152 | - Country : Korea 153 | Number of Regions : 1 154 | - Country : Singapore 155 | Number of Regions : 1 156 | - Country : Japan 157 | Number of Regions : 1 158 | - Country : Australia 159 | Number of Regions : 2 160 | Oracle Cloud IaaS: 161 | # Reference: https://cloud.oracle.com/data-regions 162 | # Does not include any Gov Cloud regions 163 | - Continent : America 164 | - Country : USA 165 | Number of Regions : 2 166 | - Continent : Europe 167 | - Country : Germany 168 | Number of Regions : 1 169 | Alibaba Cloud: 170 | # Reference: https://www.alibabacloud.com/help/doc-detail/40654.htm 171 | - Continent : America 172 | - Country : USA 173 | Number of Regions : 2 174 | - Continent : Europe 175 | - Country : Germany 176 | Number of Regions : 1 177 | - Continent : Asia Pacific 178 | - Country : China 179 | Number of Regions : 7 180 | - Country : Singapore 181 | Number of Regions : 1 182 | - Country : India 183 | Number of Regions : 1 184 | - Country : Japan 185 | Number of Regions : 1 186 | - Country : Dubai 187 | Number of Regions : 1 188 | - Country : Australia 189 | Number of Regions : 1 190 | - Country : Indonesia 191 | Number of Regions : 1 192 | - Country : Malaysia 193 | Number of Regions : 1 194 | - Country : Hong Kong 195 | Number of Regions : 1 196 | ... 197 | -------------------------------------------------------------------------------- /DevOps Landscape.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | #DevOps Functions Landscape 3 | #Created by Rishidot Research (www.rishidot.com) and released under Attribution-ShareAlike 4.0 International 4 | Serverless Functions Landscape: 5 | has_list: true 6 | Planning and Collaboration: 7 | Requirements and Project Management: 8 | - Atlassian: 9 | Software : Jira 10 | URL: https://www.atlassian.com/software/jira 11 | Software : Trello 12 | URL : https://trello.com/ 13 | - IBM: 14 | Software : IBM Rational Team Concert 15 | URL : https://www.ibm.com/us-en/marketplace/change-and-configuration-management 16 | - Collabnet: 17 | Software : Collabnet VersionOne 18 | URL : https://www.collab.net/products/versionone 19 | - CA Technologies: 20 | Software : CA Agile Central 21 | URL : https://www.ca.com/us/products/agile-planning.html 22 | Software : CA Project and Portfolio Management 23 | URL : https://www.ca.com/us/products/project-portfolio-management-software.html 24 | - TargetProcess: 25 | Software : TargetProcess 26 | URL : https://www.targetprocess.com/ 27 | - Yodiz: 28 | Software : Yodiz 29 | URL : https://www.yodiz.com/index.html 30 | - Pivotal Software: 31 | Software : Pivotal Tracker 32 | URL : https://www.pivotaltracker.com/ 33 | - ActiveCollab: 34 | Software : Active.Collab 35 | URL : https://activecollab.com/ 36 | - Kagilum SAS: 37 | Software : Icescrum 38 | URL : https://www.icescrum.com/ 39 | - Jama Software: 40 | Software : Jama Connect 41 | URL : https://www.jamasoftware.com/platform/jama-connect/ 42 | - Aha Labs Inc: 43 | Software : Aha Roadmap Software 44 | URL : https://www.aha.io/ 45 | - Hive: 46 | Software : Hive 47 | URL : https://hive.com/ 48 | - Basecamp: 49 | Software : Basecamp 50 | URL : https://basecamp.com/ 51 | Collaboration: 52 | - Slack: 53 | Software : Slack 54 | URL : https://slack.com/ 55 | - Microsoft: 56 | Software : Microsoft Teams 57 | URL : https://products.office.com/en-us/microsoft-teams/group-chat-software 58 | - Mattermost: 59 | Software : Mattermost 60 | URL : https://mattermost.com/ 61 | - eXo: 62 | Software : eXo Platform 63 | URL : https://www.exoplatform.com/ 64 | - Salesforce: 65 | Software : Salesforce Chatter 66 | URL : https://www.salesforce.com/products/chatter/overview/ 67 | - Flock: 68 | Software : Flock 69 | URL : https://flock.com 70 | - Google: 71 | Software : Google Chat 72 | URL : https://chat.google.com/ 73 | Application Development: 74 | Source Code Management: 75 | - Microsoft: 76 | Software : Github 77 | URL : https://github.com/ 78 | - Atlassian: 79 | Software : Bitbucket 80 | URL : https://bitbucket.org/ 81 | - Subversion: 82 | Software : Apache Subversion 83 | URL : https://subversion.apache.org/ 84 | - Perforce: 85 | Software : Perforce HelixCore 86 | URL : https://www.perforce.com/products/helix-core 87 | - Assembla: 88 | Software : Assembla 89 | URL : https://www.assembla.com/home 90 | - Fogbugz: 91 | Software : Glitch 92 | URL : https://glitch.com/ 93 | - Mercurial: 94 | Software : Mercurial 95 | URL : https://www.mercurial-scm.org/ 96 | Build Tools: 97 | - Maven: 98 | Software : Maven 99 | URL : https://maven.apache.org/ 100 | - Gradle: 101 | Software : Gradle 102 | URL : https://gradle.org/ 103 | - Ant: 104 | Software : Ant 105 | URL : https://ant.apache.org/ 106 | - Microsoft: 107 | Software : Microsoft Build Engine 108 | URL : https://github.com/microsoft/msbuild 109 | - Postman: 110 | Software : Postman 111 | URL : https://www.getpostman.com/ 112 | - Sbt: 113 | Software : Sbt 114 | URL : https://www.scala-sbt.org/ 115 | - Invoke: 116 | Software : Invoke 117 | URL : http://www.pyinvoke.org/ 118 | - Rake: 119 | Software : Ruby Rake 120 | URL : https://github.com/ruby/rake 121 | - Suse: 122 | Software : OpenSuse Build Service 123 | URL : https://build.opensuse.org/ 124 | - Broccoli: 125 | Software : Broccoli 126 | URL : https://github.com/broccolijs 127 | - Webpack: 128 | Software : Webpack 129 | URL : https://webpack.js.org/ 130 | - Buildr: 131 | Software : Buildr 132 | URL : https://buildr.apache.org/ 133 | - CMake: 134 | Software : CMake 135 | URL : https://cmake.org/ 136 | - Gulp: 137 | Software : Gulp 138 | URL : https://gulpjs.com/ 139 | - Grunt: 140 | Software : Grunt 141 | URL : https://gruntjs.com/ 142 | - NAnt: 143 | Software : NAnt 144 | URL : http://nant.sourceforge.net/ 145 | - GNU Make: 146 | Software : GNU Make 147 | URL : https://www.gnu.org/software/make/manual/make.html#Overview 148 | - Visual Build: 149 | Software : Visual Build 150 | URL : https://www.kinook.com/VisBuildPro/ 151 | - Hashicorp: 152 | Software : Hashicorp Packer 153 | URL : https://www.packer.io/ 154 | - Scons: 155 | Software : Scons 156 | URL : https://www.scons.org/ 157 | - VSoft: 158 | Software : FinalBuilder 159 | URL : https://www.finalbuilder.com/finalbuilder 160 | - OpenMake: 161 | Software : OpenMake 162 | URL : https://www.openmakesoftware.com/ 163 | Continuous Integration: 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | ... 175 | -------------------------------------------------------------------------------- /Graph Database Landscape.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | #Graph Database Landscape 3 | #Created by Rishidot Research (www.rishidot.com) and released under Attribution-ShareAlike 4.0 International 4 | Graph Database Landscape: 5 | has_list: true 6 | Database: 7 | Graph Database: 8 | - Neo4j: 9 | Software : Neo4j Database 10 | URL: https://neo4j.com/neo4j-graph-database/ 11 | - DGraph: 12 | Software : DGraph Database 13 | URL: https://dgraph.io/graph-db 14 | - TigerGraph: 15 | Software : TogerGraph DB 16 | URL: https://www.tigergraph.com/ 17 | - Redislabs: 18 | Software : RedisGraph 19 | URL: https://oss.redislabs.com/redisgraph/ 20 | - NebulaGraph: 21 | Software : NebulaGraph 22 | URL: https://nebula-graph.io/ 23 | Multi Model Database: 24 | - ArangoDB: 25 | Software : ArangoDB 26 | URL: https://www.arangodb.com/ 27 | - OrientDB: 28 | Software : OrientDB 29 | URL: https://www.orientdb.org/ 30 | Cloud Service: 31 | - Neo4j: 32 | Software : Neo4j Aura 33 | URL : https://neo4j.com/cloud/aura/ 34 | - DGraph: 35 | Software : Slash GraphQL 36 | URL : https://dgraph.io/slash-graphql 37 | - TigerGraph: 38 | Software : TigerGraph Cloud 39 | URL : https://www.tigergraph.com/cloud/ 40 | - ArangoDB: 41 | Software : ArangoDB Oasis 42 | URL : https://cloud.arangodb.com/home 43 | Query Language: 44 | - OpenCypher: 45 | Software : Cypher 46 | URL : http://www.opencypher.org/ 47 | - GraphQL: 48 | Software : GraphQL 49 | URL : https://graphql.org/ 50 | - ArangoDB: 51 | Software : AQL 52 | URL : https://www.arangodb.com/docs/stable/aql/ 53 | API: 54 | - gRPC: 55 | Software : gRPC 56 | URL : https://www.grpc.io/ 57 | - HTTP: 58 | Software : HTTP 59 | URL : https://www.w3.org/Protocols/ 60 | Desktop Client and Visualization: 61 | - Neo4j: 62 | Software : Neo4j Desktop 63 | URL : https://neo4j.com/download/ 64 | - Neo4j: 65 | Software : Neo4k Bloom 66 | URL : https://neo4j.com/bloom/ 67 | - TigerGraph: 68 | Software : GraphStudio 69 | URL : https://www.tigergraph.com/graphstudio/ 70 | ... 71 | -------------------------------------------------------------------------------- /License.md: -------------------------------------------------------------------------------- 1 | Attribution-ShareAlike 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More_considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution-ShareAlike 4.0 International Public 58 | License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-ShareAlike 4.0 International Public License ("Public 63 | License"). To the extent this Public License may be interpreted as a 64 | contract, You are granted the Licensed Rights in consideration of Your 65 | acceptance of these terms and conditions, and the Licensor grants You 66 | such rights in consideration of benefits the Licensor receives from 67 | making the Licensed Material available under these terms and 68 | conditions. 69 | 70 | 71 | Section 1 -- Definitions. 72 | 73 | a. Adapted Material means material subject to Copyright and Similar 74 | Rights that is derived from or based upon the Licensed Material 75 | and in which the Licensed Material is translated, altered, 76 | arranged, transformed, or otherwise modified in a manner requiring 77 | permission under the Copyright and Similar Rights held by the 78 | Licensor. For purposes of this Public License, where the Licensed 79 | Material is a musical work, performance, or sound recording, 80 | Adapted Material is always produced where the Licensed Material is 81 | synched in timed relation with a moving image. 82 | 83 | b. Adapter's License means the license You apply to Your Copyright 84 | and Similar Rights in Your contributions to Adapted Material in 85 | accordance with the terms and conditions of this Public License. 86 | 87 | c. BY-SA Compatible License means a license listed at 88 | creativecommons.org/compatiblelicenses, approved by Creative 89 | Commons as essentially the equivalent of this Public License. 90 | 91 | d. Copyright and Similar Rights means copyright and/or similar rights 92 | closely related to copyright including, without limitation, 93 | performance, broadcast, sound recording, and Sui Generis Database 94 | Rights, without regard to how the rights are labeled or 95 | categorized. For purposes of this Public License, the rights 96 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 97 | Rights. 98 | 99 | e. Effective Technological Measures means those measures that, in the 100 | absence of proper authority, may not be circumvented under laws 101 | fulfilling obligations under Article 11 of the WIPO Copyright 102 | Treaty adopted on December 20, 1996, and/or similar international 103 | agreements. 104 | 105 | f. Exceptions and Limitations means fair use, fair dealing, and/or 106 | any other exception or limitation to Copyright and Similar Rights 107 | that applies to Your use of the Licensed Material. 108 | 109 | g. License Elements means the license attributes listed in the name 110 | of a Creative Commons Public License. The License Elements of this 111 | Public License are Attribution and ShareAlike. 112 | 113 | h. Licensed Material means the artistic or literary work, database, 114 | or other material to which the Licensor applied this Public 115 | License. 116 | 117 | i. Licensed Rights means the rights granted to You subject to the 118 | terms and conditions of this Public License, which are limited to 119 | all Copyright and Similar Rights that apply to Your use of the 120 | Licensed Material and that the Licensor has authority to license. 121 | 122 | j. Licensor means the individual(s) or entity(ies) granting rights 123 | under this Public License. 124 | 125 | k. Share means to provide material to the public by any means or 126 | process that requires permission under the Licensed Rights, such 127 | as reproduction, public display, public performance, distribution, 128 | dissemination, communication, or importation, and to make material 129 | available to the public including in ways that members of the 130 | public may access the material from a place and at a time 131 | individually chosen by them. 132 | 133 | l. Sui Generis Database Rights means rights other than copyright 134 | resulting from Directive 96/9/EC of the European Parliament and of 135 | the Council of 11 March 1996 on the legal protection of databases, 136 | as amended and/or succeeded, as well as other essentially 137 | equivalent rights anywhere in the world. 138 | 139 | m. You means the individual or entity exercising the Licensed Rights 140 | under this Public License. Your has a corresponding meaning. 141 | 142 | 143 | Section 2 -- Scope. 144 | 145 | a. License grant. 146 | 147 | 1. Subject to the terms and conditions of this Public License, 148 | the Licensor hereby grants You a worldwide, royalty-free, 149 | non-sublicensable, non-exclusive, irrevocable license to 150 | exercise the Licensed Rights in the Licensed Material to: 151 | 152 | a. reproduce and Share the Licensed Material, in whole or 153 | in part; and 154 | 155 | b. produce, reproduce, and Share Adapted Material. 156 | 157 | 2. Exceptions and Limitations. For the avoidance of doubt, where 158 | Exceptions and Limitations apply to Your use, this Public 159 | License does not apply, and You do not need to comply with 160 | its terms and conditions. 161 | 162 | 3. Term. The term of this Public License is specified in Section 163 | 6(a). 164 | 165 | 4. Media and formats; technical modifications allowed. The 166 | Licensor authorizes You to exercise the Licensed Rights in 167 | all media and formats whether now known or hereafter created, 168 | and to make technical modifications necessary to do so. The 169 | Licensor waives and/or agrees not to assert any right or 170 | authority to forbid You from making technical modifications 171 | necessary to exercise the Licensed Rights, including 172 | technical modifications necessary to circumvent Effective 173 | Technological Measures. For purposes of this Public License, 174 | simply making modifications authorized by this Section 2(a) 175 | (4) never produces Adapted Material. 176 | 177 | 5. Downstream recipients. 178 | 179 | a. Offer from the Licensor -- Licensed Material. Every 180 | recipient of the Licensed Material automatically 181 | receives an offer from the Licensor to exercise the 182 | Licensed Rights under the terms and conditions of this 183 | Public License. 184 | 185 | b. Additional offer from the Licensor -- Adapted Material. 186 | Every recipient of Adapted Material from You 187 | automatically receives an offer from the Licensor to 188 | exercise the Licensed Rights in the Adapted Material 189 | under the conditions of the Adapter's License You apply. 190 | 191 | c. No downstream restrictions. You may not offer or impose 192 | any additional or different terms or conditions on, or 193 | apply any Effective Technological Measures to, the 194 | Licensed Material if doing so restricts exercise of the 195 | Licensed Rights by any recipient of the Licensed 196 | Material. 197 | 198 | 6. No endorsement. Nothing in this Public License constitutes or 199 | may be construed as permission to assert or imply that You 200 | are, or that Your use of the Licensed Material is, connected 201 | with, or sponsored, endorsed, or granted official status by, 202 | the Licensor or others designated to receive attribution as 203 | provided in Section 3(a)(1)(A)(i). 204 | 205 | b. Other rights. 206 | 207 | 1. Moral rights, such as the right of integrity, are not 208 | licensed under this Public License, nor are publicity, 209 | privacy, and/or other similar personality rights; however, to 210 | the extent possible, the Licensor waives and/or agrees not to 211 | assert any such rights held by the Licensor to the limited 212 | extent necessary to allow You to exercise the Licensed 213 | Rights, but not otherwise. 214 | 215 | 2. Patent and trademark rights are not licensed under this 216 | Public License. 217 | 218 | 3. To the extent possible, the Licensor waives any right to 219 | collect royalties from You for the exercise of the Licensed 220 | Rights, whether directly or through a collecting society 221 | under any voluntary or waivable statutory or compulsory 222 | licensing scheme. In all other cases the Licensor expressly 223 | reserves any right to collect such royalties. 224 | 225 | 226 | Section 3 -- License Conditions. 227 | 228 | Your exercise of the Licensed Rights is expressly made subject to the 229 | following conditions. 230 | 231 | a. Attribution. 232 | 233 | 1. If You Share the Licensed Material (including in modified 234 | form), You must: 235 | 236 | a. retain the following if it is supplied by the Licensor 237 | with the Licensed Material: 238 | 239 | i. identification of the creator(s) of the Licensed 240 | Material and any others designated to receive 241 | attribution, in any reasonable manner requested by 242 | the Licensor (including by pseudonym if 243 | designated); 244 | 245 | ii. a copyright notice; 246 | 247 | iii. a notice that refers to this Public License; 248 | 249 | iv. a notice that refers to the disclaimer of 250 | warranties; 251 | 252 | v. a URI or hyperlink to the Licensed Material to the 253 | extent reasonably practicable; 254 | 255 | b. indicate if You modified the Licensed Material and 256 | retain an indication of any previous modifications; and 257 | 258 | c. indicate the Licensed Material is licensed under this 259 | Public License, and include the text of, or the URI or 260 | hyperlink to, this Public License. 261 | 262 | 2. You may satisfy the conditions in Section 3(a)(1) in any 263 | reasonable manner based on the medium, means, and context in 264 | which You Share the Licensed Material. For example, it may be 265 | reasonable to satisfy the conditions by providing a URI or 266 | hyperlink to a resource that includes the required 267 | information. 268 | 269 | 3. If requested by the Licensor, You must remove any of the 270 | information required by Section 3(a)(1)(A) to the extent 271 | reasonably practicable. 272 | 273 | b. ShareAlike. 274 | 275 | In addition to the conditions in Section 3(a), if You Share 276 | Adapted Material You produce, the following conditions also apply. 277 | 278 | 1. The Adapter's License You apply must be a Creative Commons 279 | license with the same License Elements, this version or 280 | later, or a BY-SA Compatible License. 281 | 282 | 2. You must include the text of, or the URI or hyperlink to, the 283 | Adapter's License You apply. You may satisfy this condition 284 | in any reasonable manner based on the medium, means, and 285 | context in which You Share Adapted Material. 286 | 287 | 3. You may not offer or impose any additional or different terms 288 | or conditions on, or apply any Effective Technological 289 | Measures to, Adapted Material that restrict exercise of the 290 | rights granted under the Adapter's License You apply. 291 | 292 | 293 | Section 4 -- Sui Generis Database Rights. 294 | 295 | Where the Licensed Rights include Sui Generis Database Rights that 296 | apply to Your use of the Licensed Material: 297 | 298 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 299 | to extract, reuse, reproduce, and Share all or a substantial 300 | portion of the contents of the database; 301 | 302 | b. if You include all or a substantial portion of the database 303 | contents in a database in which You have Sui Generis Database 304 | Rights, then the database in which You have Sui Generis Database 305 | Rights (but not its individual contents) is Adapted Material, 306 | 307 | including for purposes of Section 3(b); and 308 | c. You must comply with the conditions in Section 3(a) if You Share 309 | all or a substantial portion of the contents of the database. 310 | 311 | For the avoidance of doubt, this Section 4 supplements and does not 312 | replace Your obligations under this Public License where the Licensed 313 | Rights include other Copyright and Similar Rights. 314 | 315 | 316 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 317 | 318 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 319 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 320 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 321 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 322 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 323 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 324 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 325 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 326 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 327 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 328 | 329 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 330 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 331 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 332 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 333 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 334 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 335 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 336 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 337 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 338 | 339 | c. The disclaimer of warranties and limitation of liability provided 340 | above shall be interpreted in a manner that, to the extent 341 | possible, most closely approximates an absolute disclaimer and 342 | waiver of all liability. 343 | 344 | 345 | Section 6 -- Term and Termination. 346 | 347 | a. This Public License applies for the term of the Copyright and 348 | Similar Rights licensed here. However, if You fail to comply with 349 | this Public License, then Your rights under this Public License 350 | terminate automatically. 351 | 352 | b. Where Your right to use the Licensed Material has terminated under 353 | Section 6(a), it reinstates: 354 | 355 | 1. automatically as of the date the violation is cured, provided 356 | it is cured within 30 days of Your discovery of the 357 | violation; or 358 | 359 | 2. upon express reinstatement by the Licensor. 360 | 361 | For the avoidance of doubt, this Section 6(b) does not affect any 362 | right the Licensor may have to seek remedies for Your violations 363 | of this Public License. 364 | 365 | c. For the avoidance of doubt, the Licensor may also offer the 366 | Licensed Material under separate terms or conditions or stop 367 | distributing the Licensed Material at any time; however, doing so 368 | will not terminate this Public License. 369 | 370 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 371 | License. 372 | 373 | 374 | Section 7 -- Other Terms and Conditions. 375 | 376 | a. The Licensor shall not be bound by any additional or different 377 | terms or conditions communicated by You unless expressly agreed. 378 | 379 | b. Any arrangements, understandings, or agreements regarding the 380 | Licensed Material not stated herein are separate from and 381 | independent of the terms and conditions of this Public License. 382 | 383 | 384 | Section 8 -- Interpretation. 385 | 386 | a. For the avoidance of doubt, this Public License does not, and 387 | shall not be interpreted to, reduce, limit, restrict, or impose 388 | conditions on any use of the Licensed Material that could lawfully 389 | be made without permission under this Public License. 390 | 391 | b. To the extent possible, if any provision of this Public License is 392 | deemed unenforceable, it shall be automatically reformed to the 393 | minimum extent necessary to make it enforceable. If the provision 394 | cannot be reformed, it shall be severed from this Public License 395 | without affecting the enforceability of the remaining terms and 396 | conditions. 397 | 398 | c. No term or condition of this Public License will be waived and no 399 | failure to comply consented to unless expressly agreed to by the 400 | Licensor. 401 | 402 | d. Nothing in this Public License constitutes or may be interpreted 403 | as a limitation upon, or waiver of, any privileges and immunities 404 | that apply to the Licensor or You, including from the legal 405 | processes of any jurisdiction or authority. 406 | 407 | 408 | ======================================================================= 409 | 410 | Creative Commons is not a party to its public 411 | licenses. Notwithstanding, Creative Commons may elect to apply one of 412 | its public licenses to material it publishes and in those instances 413 | will be considered the “Licensor.” The text of the Creative Commons 414 | public licenses is dedicated to the public domain under the CC0 Public 415 | Domain Dedication. Except for the limited purpose of indicating that 416 | material is shared under a Creative Commons public license or as 417 | otherwise permitted by the Creative Commons policies published at 418 | creativecommons.org/policies, Creative Commons does not authorize the 419 | use of the trademark "Creative Commons" or any other trademark or logo 420 | of Creative Commons without its prior written consent including, 421 | without limitation, in connection with any unauthorized modifications 422 | to any of its public licenses or any other arrangements, 423 | understandings, or agreements concerning use of licensed material. For 424 | the avoidance of doubt, this paragraph does not form part of the 425 | public licenses. 426 | 427 | Creative Commons may be contacted at creativecommons.org. 428 | -------------------------------------------------------------------------------- /NoCode Machine Learning.yaml: -------------------------------------------------------------------------------- 1 | #NoCode Machine Learning Landscape 2 | #Created by Rishidot Research (www.rishidot.com) and released under Attribution-ShareAlike 4.0 International 3 | NoCode Machine Learning Landscape: 4 | has_list: true 5 | Platforms: 6 | NoCode Platforms: 7 | - Primer: 8 | Software : Primer Automate 9 | URL: https://primer.ai/products/primer-automate/ 10 | - Veritone: 11 | Software : Veritone AIWare 12 | URL: https://www.veritone.com/aiware/welcome-to-aiware/ 13 | - Peltarion: 14 | Software : Peltarion Platform 15 | URL: https://peltarion.com/ 16 | - Google: 17 | Software : Teachable Machine 18 | URL: https://teachablemachine.withgoogle.com/ 19 | - Levity: 20 | Software : Levity 21 | URL: https://levity.ai/ 22 | - DataRobot: 23 | Software : Visual AI 24 | URL: https://www.datarobot.com/platform/visual-ai/ 25 | - Obviously.ai: 26 | Software : Obviously.ai 27 | URL: https://www.obviously.ai/ 28 | - Akkio: 29 | Software : Akkio 30 | URL: https://www.akkio.com/ 31 | - Microsoft: 32 | Software : Lobe.ai 33 | URL: https://lobe.ai/ 34 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Landscape 2 | Rishidot Research will publish the landscape of vendors from the point of view of their research focus. The data in this repo will be continuously updated and we advise you to check back regularly. We also strongly encourage vendors to do pull request to update their information or in case they are left out from the landscape. If you are submitting any information through pull request, please provide necessary evidence to support it. We are in the early stages of building a research firm focussed on openness and open data. Our strategy is bound to evolve as we grow. 3 | 4 | Each technology landscape will be represented by a YAML file. Some of the vendors may be listed in more than one landscape -------------------------------------------------------------------------------- /Serverless Functions Landscape.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | #Serverless Functions Landscape 3 | #Created by Rishidot Research (www.rishidot.com) and released under Attribution-ShareAlike 4.0 International 4 | Serverless Functions Landscape: 5 | has_list: true 6 | Cloud Platforms: 7 | - Amazon Web Softwares: 8 | Software : AWS Lambda 9 | URL : https://aws.amazon.com/lambda/ 10 | - Microsoft Azure: 11 | Software : Azure Functions 12 | URL : https://azure.microsoft.com/en-us/Softwares/functions/ 13 | - Google Cloud: 14 | Software : Cloud Functions 15 | URL : https://cloud.google.com/functions/ 16 | - IBM Cloud: 17 | Software : IBM Cloud functions 18 | URL : https://www.ibm.com/cloud/functions 19 | - Zoho: 20 | Software : Zoho Catalyst 21 | URL : https://www.zoho.com/catalyst/ 22 | - Nano Lambda: 23 | Software : Nano Lambda 24 | URL : http://nano-lambda.com/ 25 | - Vercel: 26 | Software : Vercel 27 | URL : https://vercel.com/ 28 | - SpotInst: 29 | Software : SpotInst functions 30 | URL : https://spotinst.com/products/spotinst-functions/ 31 | - Stdlib: 32 | Software : Stdlib 33 | URL : https://stdlib.com/ 34 | - Syncano: 35 | Software : Syncano 36 | URL : https://syncano.io 37 | - Twilio: 38 | Software : Twilio Functions 39 | URL : https://www.twilio.com/functions 40 | - Weblab: 41 | Software : Weblab 42 | URL : https://weblab.io/ 43 | Multi Cloud Platforms: 44 | - Oracle Cloud: 45 | Software : Fn Project 46 | URL : https://fnproject.io/ 47 | - Apache Foundation: 48 | Software : Apache OpenWhisk 49 | URL : https://openwhisk.apache.org/ 50 | - Iron.io: 51 | Software : IronFunctions 52 | URL : https://github.com/iron-io/functions 53 | - PubNub: 54 | Software : PubNub Functions 55 | URL : https://www.pubnub.com/products/functions/ 56 | - Nuclio: 57 | Software : Nuclio 58 | URL : https://nuclio.io/ 59 | - Bitnami: 60 | Software : Kubeless 61 | URL : http://kubeless.io/ 62 | - Platform9: 63 | Software : Fission 64 | URL : http://fission.io/ 65 | - Fx: 66 | Software : Fx 67 | URL : https://github.com/metrue/fx 68 | - OpenFaaS: 69 | Software : OpenFaaS 70 | URL : https://www.openfaas.com/ 71 | - LunchBadger: 72 | Software : LunchBadger Serverless 73 | URL : https://www.lunchbadger.com/ 74 | - Galactic Fog: 75 | Software : Galactic Fog Gestalt 76 | URL : http://www.galacticfog.com/product/ 77 | - Pivotal Function Service: 78 | Software : Pivotal Functions Service (based on Project Riff) 79 | URL : https://pivotal.io/platform/pivotal-function-service 80 | - Firecamp: 81 | Software : Firecamp 82 | URL : https://www.cloudstax.io/firecamp 83 | - Project Riff: 84 | Software : Project Riff 85 | URL : https://projectriff.io/ 86 | - Azure Functions Runtime: 87 | Software : Azure Functions Runtime 88 | URL : https://github.com/Azure/azure-functions-host 89 | - Dispatch: 90 | Software : VMware Dispatch 91 | URL : https://github.com/vmware/dispatch 92 | - Pulsar Functions: 93 | Software : Pulsar Functions 94 | URL : https://streaml.io/ 95 | - Nimbella: 96 | Software : Nimbella Platform 97 | URL : https://nimbella.com/product/platform 98 | - Vendia: 99 | Software : Vendia Share 100 | URL : https://www.vendia.net/ 101 | Edge Platforms: 102 | - Edjx: 103 | Software : Edjx 104 | URL : https://edjx.io/ 105 | - CloudFlare: 106 | Software : Workers 107 | URL : https://workers.cloudflare.com/ 108 | Backend as a Service: 109 | - Para: 110 | Software : Para 111 | URL : https://paraio.com/ 112 | - Progress: 113 | Software : Kinvey 114 | URL : https://www.progress.com/kinvey 115 | - Google Cloud: 116 | Software : Firebase 117 | URL : https://firebase.google.com/ 118 | - CloudBoost: 119 | Software : CloudBoost 120 | URL : https://www.cloudboost.io/ 121 | - Backendless: 122 | Software : Backendless 123 | URL : https://backendless.com/ 124 | - Stamplay: 125 | Software : Stamplay 126 | URL : https://stamplay.com/ 127 | - Brightwork: 128 | Software : Brightwork (Beta) 129 | URL : https://www.brightwork.io/ 130 | Developer Tools: 131 | - Clay: 132 | Software : Clay 133 | URL : https://clay.run/ 134 | - Webtask: 135 | Software : Webtask 136 | URL : https://webtask.io/ 137 | - Hoodie: 138 | Software : Hoodie 139 | URL : http://hood.ie/ 140 | - Wolkenkit: 141 | Software : Wolkenkit 142 | URL : https://www.wolkenkit.io/ 143 | - Algorithmia: 144 | Software : Algorithmia 145 | URL : https://algorithmia.com/ 146 | - Jazz: 147 | Software : Jazz 148 | URL : https://github.com/tmobile/jazz 149 | - Apache OpenWhisk Composer: 150 | Software : IBM Composer 151 | URL : https://github.com/apache/incubator-openwhisk-composer 152 | - Microcule: 153 | Software : Microcule 154 | URL : https://github.com/Stackvana/microcule/ 155 | - Realm Functions: 156 | Software : Realm Functions 157 | URL : https://realm.io/realm-functions/ 158 | - SLAppForge: 159 | Software: Sigma 160 | URL : https://slappforge.com/ 161 | - Koyeb: 162 | Software : Koyeb 163 | URL : https://www.koyeb.com/ 164 | Frameworks: 165 | - Serverless: 166 | Software : Serverless Framework and Event Gateway 167 | URL : https://serverless.com/ 168 | - Zappa: 169 | Software : Zappa 170 | URL : https://www.zappa.io/ 171 | - AWS Chalice: 172 | Software : Chalice, python MicroSoftwares framework 173 | URL : https://github.com/aws/chalice 174 | - Claudia.js: 175 | Software : Claudia.js 176 | URL : https://claudiajs.com/ 177 | - Apex: 178 | Software : Apex 179 | URL : http://apex.run/ 180 | - Dawson: 181 | Software : Dawson 182 | URL : https://github.com/dawson-org 183 | - Kappa: 184 | Software : Kappa 185 | URL : https://github.com/garnaat/kappa 186 | - λ Gordon: 187 | Software : λ Gordon 188 | URL : https://github.com/jorgebastida/gordon 189 | - Shep: 190 | Software : Shep 191 | URL : https://github.com/bustle/shep 192 | - Sparta: 193 | Software : Sparta 194 | URL : http://gosparta.io/ 195 | - Middy: 196 | Software : Middy 197 | URL : https://middy.js.org/ 198 | - Qmuli: 199 | Software : QMuli 200 | URL : https://github.com/qmuli/qmuli/ 201 | - Bender: 202 | Software : Bender 203 | URL : https://github.com/nextdoor/bender 204 | - Scar: 205 | Software : Scar 206 | URL : https://github.com/grycap/scar 207 | Observability: 208 | - Dashbird: 209 | Software : Dashbird 210 | URL : https://dashbird.io/ 211 | - Thundra: 212 | Software : Thundra 213 | URL : https://www.thundra.io/ 214 | - New Relic: 215 | Software : New Relic Serverless for AWS Lambda 216 | URL : https://newrelic.com/products/serverless-aws-lambda 217 | - Stackery: 218 | Software : Stackery 219 | URL : https://www.stackery.io/ 220 | - Honeycomb.io: 221 | Software : Honeycomb.io 222 | URL : https://honeycomb.io/serverless/ 223 | - Logz.io: 224 | Software : Logz.io 225 | URL : https://logz.io/ 226 | - Datadog: 227 | Software : Datadog 228 | URL : http://www.datadoghq.com 229 | - Sumologic: 230 | Software : Sumologic 231 | URL : https://www.sumologic.com/ 232 | - Elastic: 233 | Software : Elastic ELK Stack 234 | URL : https://www.elastic.co/elk-stack 235 | - Cloudzero: 236 | Software : Cloudzero 237 | URL : https://www.cloudzero.com/ 238 | - Epsagon: 239 | Software : Epsagon Serverless Observability 240 | URL : https://epsagon.com/serverless-observability/ 241 | - Lumigo: 242 | Software : Lumigo 243 | URL : https://lumigo.io/ 244 | Storage: 245 | - Minio: 246 | Software : Minio 247 | URL : http://minio.io 248 | -NoDB: 249 | Software : NoDB 250 | URL : https://github.com/Miserlou/NoDB 251 | DevOps: 252 | - Seed: 253 | Software : Seed CI/CD Pipeline 254 | URL : https://seed.run/ 255 | - LambCI: 256 | Software : LambCI 257 | URL : https://github.com/lambci/lambci 258 | Security: 259 | - Palo Alto Networks: 260 | Software : Prisma Cloud 261 | URL : https://www.paloaltonetworks.com/prisma/cloud/compute-security 262 | - Snyk: 263 | Software : Snyk 264 | URL : https://snyk.io/ 265 | - BinaryAlert: 266 | Software : BinaryAlert 267 | URL : https://github.com/airbnb/binaryalert 268 | - Protego: 269 | Software : Protego 270 | URL : https://www.protego.io/ 271 | ... 272 | --------------------------------------------------------------------------------