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-07 15:47:28 -02:00 committed by GitHub
parent 95a2b1581f
commit 55f30f70e9

View File

@ -195,7 +195,6 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
- [Sass](https://github.com/Famolus/awesome-sass) - CSS preprocessor. - [Sass](https://github.com/Famolus/awesome-sass) - CSS preprocessor.
- [Ant Design](https://github.com/websemantics/awesome-ant-design) - Enterprise-class UI design language. - [Ant Design](https://github.com/websemantics/awesome-ant-design) - Enterprise-class UI design language.
## Back-End Development ## Back-End Development
- [Django](https://github.com/rosarior/awesome-django) - [Django](https://github.com/rosarior/awesome-django)
@ -220,6 +219,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
- [Serverless Framework](https://github.com/JustServerless/awesome-serverless) - [Serverless Framework](https://github.com/JustServerless/awesome-serverless)
- [Apache Wicket](https://github.com/PhantomYdn/awesome-wicket) - Java web app framework. - [Apache Wicket](https://github.com/PhantomYdn/awesome-wicket) - Java web app framework.
- [Vert.x](https://github.com/vert-x3/vertx-awesome) - Toolkit for building reactive apps on the JVM. - [Vert.x](https://github.com/vert-x3/vertx-awesome) - Toolkit for building reactive apps on the JVM.
- [restQL-core](https://github.com/B2W-BIT/restQL-core) - Java/Clojure microservice query language to fetch information from multiple services.
## Computer Science ## Computer Science