Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joewhite86/frogr
- Owner: joewhite86
- License: mit
- Created: 2018-01-24T14:46:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T12:41:05.000Z (about 6 years ago)
- Last Synced: 2024-11-14T14:13:37.110Z (about 2 months ago)
- Topics: dropwizard, java, neo4j, rest
- Language: Kotlin
- Homepage:
- Size: 680 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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)