From 682eb5b046de1007c380cc3325959a66c19e806a Mon Sep 17 00:00:00 2001 From: Iago Oliveira da Silva Date: Sun, 12 Feb 2017 06:50:53 -0200 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33daab1..a78e630 100644 --- a/README.md +++ b/README.md @@ -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