mirror of
https://github.com/sindresorhus/awesome.git
synced 2024-12-22 00:46:09 +00:00
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:
parent
95a2b1581f
commit
55f30f70e9
@ -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.
|
||||
- [Ant Design](https://github.com/websemantics/awesome-ant-design) - Enterprise-class UI design language.
|
||||
|
||||
|
||||
## Back-End Development
|
||||
|
||||
- [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)
|
||||
- [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.
|
||||
- [restQL-core](https://github.com/B2W-BIT/restQL-core) - Java/Clojure microservice query language to fetch information from multiple services.
|
||||
|
||||
|
||||
## Computer Science
|
||||
|
Loading…
Reference in New Issue
Block a user