Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gklijs/meet-graphql
A library focussing on graph databases and querying them using GraphQL using a meetup like application.
https://github.com/gklijs/meet-graphql
Last synced: 7 days ago
JSON representation
A library focussing on graph databases and querying them using GraphQL using a meetup like application.
- Host: GitHub
- URL: https://github.com/gklijs/meet-graphql
- Owner: gklijs
- Created: 2019-12-07T19:57:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T08:36:49.000Z (about 5 years ago)
- Last Synced: 2024-11-19T13:34:11.665Z (about 2 months ago)
- Language: Clojure
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Meet GraphQL
Not sure where this will be going, but the idea is to test/implements several Graph databases and use them with GraphQL.
So far it contains a `GrpahDB-api` withc is currently implemented in pure Clojure only.
Direction for now is to have multiple implementations, starting with PostgreSQL. Then seed the database using the generic
api, use Graphile and/or Hasura. Then continue to do the same with Graph Databases like Dgraph, FaunaDB and Neo4J### Tests
Unit tests run by `./bin/kaocha.sh unit` features will run several database implementations and thus require some setup.