Skip to content
/ reja Public

Fast and query efficient golang relational database JSONAPI implementation

License

Notifications You must be signed in to change notification settings

bor3ham/reja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

764bd47 · Aug 21, 2017
Aug 7, 2017
Jul 21, 2017
Aug 18, 2017
Aug 17, 2017
Aug 21, 2017
Aug 7, 2017
Jul 15, 2017
May 18, 2017
May 18, 2017
Jul 18, 2017
Jul 15, 2017
Aug 1, 2017

Repository files navigation

reja

Reja allows you to create a fast JSONAPI REST server from a relational database.

From the ground up, Reja is built with the JSONAPI spec in mind to perform the minimum number of database queries for large datasets and complicated ?include relationships.

Installation

go get -u github.com/bor3ham/reja

Dependencies

github.com/lib/pq
github.com/gorilla/mux
github.com/gorilla/context
github.com/mailru/easyjson/...

Development

Generating EasyJSON marshallers

docker-compose run web ash generate-easyjson.sh

About

Fast and query efficient golang relational database JSONAPI implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published