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

https://github.com/agrestio/agrest

Server-side Java REST Framework for easy access to data graphs from various backends
https://github.com/agrestio/agrest

Last synced: 1 day ago
JSON representation

Server-side Java REST Framework for easy access to data graphs from various backends

Awesome Lists containing this project

README

          

[![build test deploy](https://github.com/agrestio/agrest/workflows/build%20test%20deploy/badge.svg)](https://github.com/agrestio/agrest/actions)
[![Maven Central](https://img.shields.io/maven-central/v/io.agrest/agrest-engine.svg)](https://agrest.io/#get-started)

Agrest (formerly "LinkRest") is a flexible model-driven REST data service framework. It helps to optimize REST interactions and avoid excessive requests to server when navigating data graphs on the client. Visit [our site](http://agrest.io/) for more information.

Quick links:

* [website](https://agrest.io) | [twitter](https://twitter.com/agrestproject)
* [documentation](https://agrest.io/docs/)
* [support](https://groups.google.com/forum/?#!forum/agrest-user)
* [upgrade instructions](https://github.com/agrestio/agrest/blob/master/UPGRADE-NOTES.md)
* examples:
* [Various Agrest Examples](https://github.com/agrestio/agrest-examples)
* [Bootique, Cayenne, Derby DB](https://github.com/bootique-examples/bootique-agrest-demo)