Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prest/prest
PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new
https://github.com/prest/prest
automatic-api database databases go golang hacktoberfest low-code postgres postgresql prest rest rest-api
Last synced: 6 days ago
JSON representation
PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new
- Host: GitHub
- URL: https://github.com/prest/prest
- Owner: prest
- License: mit
- Created: 2016-11-22T05:17:05.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T09:03:45.000Z (3 months ago)
- Last Synced: 2024-10-29T09:51:56.218Z (3 months ago)
- Topics: automatic-api, database, databases, go, golang, hacktoberfest, low-code, postgres, postgresql, prest, rest, rest-api
- Language: Go
- Homepage: https://prestd.com
- Size: 16.5 MB
- Stars: 4,226
- Watchers: 84
- Forks: 283
- Open Issues: 135
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-go - pREST - Simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new. (Database / Database Tools)
- awesome-ccamel - prest/prest - PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new (Go)
- awesome-trevor - pREST - PostgreSQL ➕ REST, low-code, simplify and accelerate development (Programming / Golang)
- awesome-rainmana - prest/prest - PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new (Go)
- awesome-rest - pREST - A fully RESTful API from any existing PostgreSQL database written in Go. (Servers / Directly On Top Of A RMDB)
- awesome-made-by-brazilians - pREST
- awesome-go-extra - prest - code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new|3350|246|137|2016-11-22T05:17:05Z|2022-08-25T00:40:24Z| (Generators / Database Tools)
- awesome-discoveries - prest - a fully RESTful API from any existing PostgreSQL database _(`Go`)_ (Libraries)
- starred-awesome - prest - pREST is a way to serve a RESTful API from any databases written in Go (Makefile)
- awesome - prest - pREST is a way to serve a RESTful API from any databases written in Go (Go)
- my-awesome - prest/prest - api,database,databases,go,golang,hacktoberfest,low-code,postgres,postgresql,prest,rest,rest-api pushed_at:2024-11 star:4.3k fork:0.3k PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new (Go)
- awesome-golang-repositories - prest - code, simplify and accelerate development, �ス�ス instant, realtime, high-performance on any Postgres application, existing or new (Repositories)
- awesome-go - pREST - Simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new. Stars:`4.3K`. (Database / Database Tools)
- jimsghstars - prest/prest - PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new (Go)
README
# pRESTd
[![Tests](https://github.com/prest/prest/actions/workflows/test.yml/badge.svg)](https://github.com/prest/prest/actions/workflows/test.yml)
[![GoDoc](https://godoc.org/github.com/prest/prest?status.png)](https://godoc.org/github.com/prest/prest)
[![Go Report Card](https://goreportcard.com/badge/github.com/prest/prest)](https://goreportcard.com/report/github.com/prest/prest)
[![codecov](https://codecov.io/gh/prest/prest/branch/main/graph/badge.svg?token=eVD9urwIEv)](https://codecov.io/gh/prest/prest)
[![Homebrew](https://img.shields.io/badge/dynamic/json.svg?url=https://formulae.brew.sh/api/formula/prestd.json&query=$.versions.stable&label=homebrew)](https://formulae.brew.sh/formula/prestd)
[![Discord](https://img.shields.io/badge/discord-prestd-blue?logo=discord)](https://discord.gg/JnRjvu39w8)_p_**REST** (**P**_ostgreSQL_ **REST**), is a simple production-ready API, that delivers an instant, realtime, and high-performance application on top of your **existing or new Postgres** database.
> PostgreSQL version 9.5 or higher
Contributor License Agreement - [![CLA assistant](https://cla-assistant.io/readme/badge/prest/prest)](https://cla-assistant.io/prest/prest)
## Problems we solve
The pREST project is the API that addresses the need for fast and efficient solution in building RESTful APIs on PostgreSQL databases. It simplifies API development by offering:
1. A **lightweight server** with easy configuration;
2. Direct **SQL queries with templating** in customizable URLs;
3. Optimizations for **high performance**;
4. **Enhanced** developer **productivity**;
5. **Authentication and authorization** features;
6. **Pluggable** custom routes and middlewares.Overall, pREST simplifies the process of creating secure and performant RESTful APIs on top of your new or old PostgreSQL database.
[Read more](https://github.com/prest/prest/issues/41).
## Why we built pREST
When we built pREST, we originally intended to contribute and build with the PostgREST project, although it took a lot of work as the project is in Haskell. At the time, we did not have anything similar or intended to keep working with that tech stack. We've been building production-ready Go applications for a long time, so building a similar project with Golang as its core was natural.
Additionally, as Go has taken a huge role in many other vital projects such as Kubernetes and Docker, and we've been able to use the pREST project in many different companies with success over the years, it has shown to be an excellent decision.
## 1-Click Deploy
### Heroku
Deploy to Heroku and instantly get a realtime RESTFul API backed by Heroku Postgres:
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/prest/prest-heroku)
## Documentation
Visit https://docs.prestd.com/