Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joewhite86/frogr

RESTful Graphdatabase Java framework
https://github.com/joewhite86/frogr

dropwizard java neo4j rest

Last synced: 21 days ago
JSON representation

RESTful Graphdatabase Java framework

Awesome Lists containing this project

README

        

Frogr - RESTful Graphdatabase Java framework
============================================

[![GitHub license](https://img.shields.io/github/license/joewhite86/frogr.svg)](https://github.com/joewhite86/frogr/blob/master/LICENSE)
[![Travis](https://img.shields.io/travis/joewhite86/frogr.svg)](https://travis-ci.org/joewhite86/frogr)
[![Read the Docs](https://img.shields.io/readthedocs/pip.svg)](http://frogr.readthedocs.io/en/latest/)
[![Twitter](https://img.shields.io/twitter/url/https/github.com/joewhite86/frogr.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fjoewhite86%2Ffrogr)

**Frogr is a Java framework for developing high-performance RESTful web services.**

With **Frogr** you can get a service up and running in minutes, but there’s no limit in complexity.
**Frogr** uses a *repository pattern* for seperating data, business logic and external interfaces.
This approach makes it easy to test and extend your code.

**Frogr** packs multiple stable libraries into an easy to use, light-weight framework,
so you won't have tons of additional dependencies, you probably never will need.

Find the documentation at [frogr.readthedocs.io](http://frogr.readthedocs.io)