Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasei/graphdb-comparsion
https://github.com/jasei/graphdb-comparsion
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/jasei/graphdb-comparsion
- Owner: JaSei
- License: mit
- Created: 2020-10-09T09:45:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T18:12:45.000Z (about 4 years ago)
- Last Synced: 2024-04-16T00:13:35.965Z (8 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graph database comparison
Our goal is to compare graph databases and their ability to create relations between nodes since Dgraph is not capable of doing it. The implemented solutions should be in Golang.
Each database should be tested as follows:
1. Have own folder with docker-compose.yml making it easy to run the solution
2. Golang script that
1. Add nodes
2. Make a request that should link nodes with some relation (e.g. create edges between nodes where attribute x = y)Databases of our interest:
* [] [dgraph](dgraph)
* [] [arangodb](arangodb)
* [] [orientdb](orientdb)
* [] [Amazon Neptune](amazon_neptune)
* [] Azure CosmosDB
* [] ~flockDB~ (unmaintained now)
* [] cayley
* [] titan
* [] neo4j## what is tincker-pop stack (gremlin)
Apache TinkerPop and Gremlin are to graph databases what the JDBC and SQL are to relational databases.[practical gremlin book](https://kelvinlawrence.net/book/Gremlin-Graph-Guide.html)