diff options
author | n8225 <n8225@users.noreply.github.com> | 2020-01-29 03:40:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 03:40:10 +0000 |
commit | 1d70f71c8b2da5d194aec6620df127fc87c7719c (patch) | |
tree | 7221bafc31f7ff0373ee08ec3ff05a7678651c9b /README.md | |
parent | Merge pull request #1935 from gabrielcossette/corteza (diff) | |
parent | update license (diff) | |
download | awesome-selfhosted-1d70f71c8b2da5d194aec6620df127fc87c7719c.tar.gz awesome-selfhosted-1d70f71c8b2da5d194aec6620df127fc87c7719c.zip |
Merge pull request #1950 from praveenweb/add-hasura-api
Add Hasura under API Management
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1348,6 +1348,7 @@ _See [awesome-sysadmin/Continuous Integration & Continuous Deployment](https://g - [Endpoint](https://github.com/LINKIWI/endpoint) - Super simple mock HTTP API endpoints that return static JSON data, for testing webhooks and client libraries in development. `MIT` `Nodejs` - [Fusio](http://www.fusio-project.org/) - Open-source API management platform which helps to build and manage REST APIs. ([Demo](http://fusio-project.org/demo), [Source Code](https://github.com/apioo/fusio)) `AGPL-3.0` `PHP` - [Hapttic](https://github.com/jsoendermann/hapttic) - Simple HTTP server that forwards all requests to a shell script to handle webhooks you receive. `Apache-2.0` `Go` +- [Hasura](https://hasura.io) - Fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events. ([Source Code](https://github.com/hasura/graphql-engine)) `Apache-2.0` `Haskell` - [Kong](https://konghq.com/kong/) - The World’s Most Popular Open Source Microservice API Gateway and Platform. ([Source Code](https://github.com/Kong/kong)) `Apache-2.0` `Lua` - [KrakenD](https://www.krakend.io/) - Open source High-Performance API Gateway. ([Source Code](https://github.com/devopsfaith/krakend)) `Apache-2.0` `Go` - [Para](http://www.paraio.org) - Flexible and modular backend framework/server for object persistence, API development and authentication. ([Source Code](https://github.com/erudika/para)) `Apache-2.0` `Java` |