All Projects → dbohdan → Automatic Api

dbohdan / Automatic Api

A list of software that turns your database into a REST/GraphQL API

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Automatic Api

Graphql2rest
GraphQL to REST converter: automatically generate a RESTful API from your existing GraphQL API
Stars: ✭ 181 (-88.57%)
Mutual labels:  graphql, rest-api, rest, restful-api, graphql-api
Sandman2
Automatically generate a RESTful API service for your legacy database. No code required!
Stars: ✭ 1,765 (+11.5%)
Mutual labels:  rest-api, rest, restful-api, automatic-api
Storefront Api
Storefront GraphQL API Gateway. Modular architecture. ElasticSearch included. Works great with Magento1, Magento2, Spree, OpenCart, Pimcore and custom backends
Stars: ✭ 180 (-88.63%)
Mutual labels:  graphql, rest-api, rest, graphql-api
Apidoc
RESTful API 文档生成工具,支持 Go、Java、Swift、JavaScript、Rust、PHP、Python、Typescript、Kotlin 和 Ruby 等大部分语言。
Stars: ✭ 785 (-50.41%)
Mutual labels:  rest-api, rest, restful-api
Restful Api Design References
RESTful API 设计参考文献列表,可帮助你更加彻底的了解REST风格的接口设计。
Stars: ✭ 4,830 (+205.12%)
Mutual labels:  rest-api, rest, restful-api
Rick And Morty Api
The Rick and Morty API
Stars: ✭ 542 (-65.76%)
Mutual labels:  graphql, rest-api, graphql-api
Parse Server
API server module for Node/Express
Stars: ✭ 19,165 (+1110.68%)
Mutual labels:  graphql, rest-api, graphql-api
Gen
Converts a database into gorm structs and RESTful api
Stars: ✭ 825 (-47.88%)
Mutual labels:  rest-api, rest, restful-api
Ngx Restangular
Restangular for Angular 2 and higher versions
Stars: ✭ 787 (-50.28%)
Mutual labels:  rest-api, rest, restful-api
Farwest
Framework for building RESTful HATEOAS-driven applications.
Stars: ✭ 18 (-98.86%)
Mutual labels:  rest-api, rest, restful-api
Api Strategy
Equinor API Strategy
Stars: ✭ 56 (-96.46%)
Mutual labels:  rest-api, rest, restful-api
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (-69.55%)
Mutual labels:  rest-api, rest, restful-api
Xmysql
xmysql is now https://github.com/nocodb/nocodb
Stars: ✭ 54 (-96.59%)
Mutual labels:  rest-api, restful-api, automatic-api
Rest Api Design Guide
NBB's REST-ish API Design Guide
Stars: ✭ 643 (-59.38%)
Mutual labels:  rest-api, rest, restful-api
Graphql Engine
Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
Stars: ✭ 24,845 (+1469.49%)
Mutual labels:  graphql, automatic-api, graphql-api
Api Platform
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
Stars: ✭ 7,144 (+351.3%)
Mutual labels:  graphql, rest, graphql-api
Calm
It is always Calm before a Tornado!
Stars: ✭ 50 (-96.84%)
Mutual labels:  rest-api, rest, restful-api
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+571.76%)
Mutual labels:  rest-api, rest, restful-api
Evolutility Server Node
Model-driven REST or GraphQL backend for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.
Stars: ✭ 84 (-94.69%)
Mutual labels:  rest-api, rest, restful-api
Json Server Heroku
Deploy json-server to Heroku & Azure 🆙 🆓
Stars: ✭ 310 (-80.42%)
Mutual labels:  rest-api, rest, restful-api

The following is a list of tools that automatically expose a REST, GraphQL, or another kind of API for your database, as well as databases with a built-in HTTP API.

Project name/link Database(s) supported API type Implementation language License GitHub stats Notes
Apinizer API Creator Oracle, MySQL, PostgreSQL, MsSQL, IBM DB2, SAP Sybase ASE, Apache Impala, Apache Hive REST Java Proprietary (SaaS) n/a Generates OpenAPI Specifications.
ArangoDB ArangoDB REST C++ Apache 2.0 11497 ★; 47767 commits, latest 2021-08-13 A database with a built-in REST API. Official Docker image.
CouchDB CouchDB REST Erlang Apache 2.0 5027 ★; 13129 commits, latest 2021-06-23 A database with a built-in REST API. Official Docker image.
Crux Crux REST Clojure MIT 1435 ★; 6832 commits, latest 2021-08-11 A database with a built-in REST API. Official Docker image.
Datasette SQLite 3 REST Python 3 Apache 2.0 5327 ★; 1739 commits, latest 2021-08-13 Read-only. Official Docker image.
Dgraph Dgraph GraphQL (since version 2.0.0-rc1) Go Apache 2.0 16473 ★; 5730 commits, latest 2021-08-12 A database with a built-in GraphQL API. Official Docker image.
DreamFactory MySQL, PostgreSQL, SQLite, MongoDB, CouchDB, and others. REST PHP 5 Apache 2.0, proprietary (optional extras) 1178 ★; 980 commits, latest 2021-06-15 Official Docker image.
EJDB2 EJDB2 REST C MIT 1229 ★; 2512 commits, latest 2021-08-12 A database with a built-in REST API. Official Docker image.
Eve MongoDB; extensions for Elasticsearch, Neo4j, SQLAlchemy (SQL databases). REST Python 2/3 BSD (three-clause) 6370 ★; 3303 commits, latest 2021-03-14 The SQLAlchemy extension isn't automatic. It requires the user to write SQLAlchemy mappings.
Hasura GraphQL Engine PostgreSQL GraphQL Haskell Apache 2.0 23786 ★; 3331 commits, latest 2021-08-13 Official Docker image.
HTSQL MySQL, PostgreSQL, SQLite (free); Oracle, MS SQL (proprietary) REST Python 3 Apache 2.0, proprietary (Oracle and MS SQL support) 8 ★; 1235 commits, latest 2020-08-11
neo4j-graphql Neo4j GraphQL Kotlin Apache 2.0 439 ★; 164 commits, latest 2020-10-22 Can generate a GraphQL API from an existing database or derive a new database model from a GraphQL schema and auto-generate the resolvers.
OrientDB OrientDB REST Java Apache 2.0 4334 ★; 20555 commits, latest 2021-08-13 A database with a built-in REST API. Official Docker image.
PHP-CRUD-API MySQL, PostgreSQL, MS SQL Server. REST PHP 7 MIT 2804 ★; 1922 commits, latest 2021-06-28 Supports GIS + automatic OpenAPI 3.0 docs.
PostGraphile PostgreSQL GraphQL TypeScript (Node.js) MIT 10561 ★; 1308 commits, latest 2021-08-12 Formerly "PostGraphQL", Official Docker image.
PostgREST PostgreSQL REST Haskell MIT 17432 ★; 1907 commits, latest 2021-04-25 Official Docker image.
pREST PostgreSQL REST Go MIT 2766 ★; 1343 commits, latest 2021-08-12 Official Docker image.
pRESTige MySQL REST PHP MIT 66 ★; 1076 commits, latest 2020-10-30
RESTHeart MongoDB REST Java GNU AGPLv3 683 ★; 3531 commits, latest 2021-08-13 Official Docker image.
restSQL MySQL, PostgreSQL REST Java MIT 126 ★; 54 commits, latest 2018-10-18 Official Docker image.
sandman2 All supported by SQLAlchemy (MySQL, PostgreSQL, SQLite, Oracle, MS SQL, and others). REST Python 2/3 Apache 2.0 1726 ★; 250 commits, latest 2020-12-21 Official Docker image.
Siodb Siodb REST C++, Go GNU AGPLv3 36 ★; 250 commits, latest 2021-08-12 A database with a built-in REST API. Official Docker image.
subZero PostgreSQL REST and GraphQL Haskell, Lua Proprietary n/a
tuql SQLite 3 or SQL infile GraphQL JavaScript (Node.js) MIT 559 ★; 72 commits, latest 2021-06-06
Webdis Redis REST C BSD (two-clause) 2417 ★; 567 commits, latest 2021-08-05 Supports pub/sub with chunked transfer encoding and WebSockets.
XgeneCloud MySQL, PostgreSQL, MS SQL, SQLite, MariaDB, Amazon Aurora REST and GraphQL JavaScript (Node.js) Apache 2.0 1540 ★; 66 commits, latest 2021-05-16
xmysql MySQL REST JavaScript (Node.js) MIT 30 ★; 3 commits, latest 2021-05-27 Official Docker image.
ZenQuery PostgreSQL, MySQL, IBM Db2, Oracle Database, Microsoft SQL Server and others REST Java Apache 2.0 56 ★; 283 commits, latest 2018-10-16 Read-only.

GitHub stats updated 2021-08-15. The commit count and the latest commit date are for the default branch (usually master).

Related projects

For projects that depend on or enhance those on the list see the Related projects wiki page. Feel free to add yours.

Contributing

Your contributions are welcome! Please submit a pull request or create an issue to add a new project to the list or to update an existing one. See CONTRIBUTING for the details.

License

This document and the data in data/ are licensed under the Creative Commons Attribution 4.0 International License. By contributing you agree to release your contribution under this license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].