https://github.com/joewhite86/frogr
RESTful Graphdatabase Java framework
https://github.com/joewhite86/frogr
dropwizard java neo4j rest
Last synced: about 2 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T12:41:05.000Z (over 7 years ago)
- Last Synced: 2025-11-23T06:07:46.734Z (7 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
============================================
[](https://github.com/joewhite86/frogr/blob/master/LICENSE)
[](https://travis-ci.org/joewhite86/frogr)
[](http://frogr.readthedocs.io/en/latest/)
[](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)