Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.
/ graphqb-exploration Public archive

A sample web-app that implements a graph-based architecture using relational-db storage

Notifications You must be signed in to change notification settings

pm-dev/graphqb-exploration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphDB

This repository demonstrates how to implement a graph-based web application architecture. It is written in Kotlin and exposes a GraphQL interface.

The application was written using:

The project is split into 2 packages, framework and starwars. framework is an object-graph-mapper (OGM) for data held in a relational database. The starwars package shows how any data model could plug into the framework package with minimal effort. The framework package is not currently offered as a library due to its lack of documentation and testing.

To build and run the application locally, from the repository root:

gradlew run

Then load http://localhost:5000/graphiql.html and start playing around in GraphiQL

About

A sample web-app that implements a graph-based architecture using relational-db storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published