restQL-core - microservice query language

RestQL-core is a Java/Clojure microservice query language to fetch information from multiple services. It should be included because many people look for some library or framework to centralize and query multiple APIs in a easier and more efficient manner.

With restQL-core people can map their API urls (resources) and use a query language (clojure) or the query builder to fetch resources from multiple sources in one query, instead of having to perform multiple calls separately.
This commit is contained in:
Iago Oliveira da Silva
2017-02-12 06:50:53 -02:00
committed by GitHub
parent 7d01d67c71
commit 682eb5b046

View File

@ -549,6 +549,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Eureka](https://github.com/Netflix/eureka) - REST based service registry for resilient load balancing and failover.
* [Lagom](https://www.lightbend.com/lagom) - Framework for creating microservice-based systems.
* [SnopEE](https://github.com/ivargrimstad/snoop) - Discovery service for Java EE microservices.
* [restQL-core](https://github.com/B2W-BIT/restQL-core) - Java/Clojure microservice query language to fetch information from multiple services.
## Monitoring