Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.