mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
## Problem We want to have the data-api served by the proxy directly instead of relying on a 3rd party to run a deployment for each project/endpoint. ## Summary of changes With the changes below, the proxy (auth-broker) becomes also a "rest-broker", that can be thought of as a "Multi-tenant" data-api which provides an automated REST api for all the databases in the region. The core of the implementation (that leverages the subzero library) is in proxy/src/serverless/rest.rs and this is the only place that has "new logic". --------- Co-authored-by: Ruslan Talpa <ruslan.talpa@databricks.com> Co-authored-by: Alexander Bayandin <alexander@neon.tech> Co-authored-by: Conrad Ludgate <conrad@neon.tech>
40 lines
438 B
Plaintext
40 lines
438 B
Plaintext
/artifact_cache
|
|
/build
|
|
/pg_install
|
|
/target
|
|
/tmp_check
|
|
/tmp_check_cli
|
|
__pycache__/
|
|
test_output/
|
|
neon_previous/
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
tags
|
|
neon.iml
|
|
/.neon
|
|
/integration_tests/.neon
|
|
compaction-suite-results.*
|
|
docker-compose/docker-compose-parallel.yml
|
|
|
|
# Coverage
|
|
*.profraw
|
|
*.profdata
|
|
|
|
*.key
|
|
*.crt
|
|
*.o
|
|
*.so
|
|
*.Po
|
|
*.pid
|
|
|
|
# pgindent typedef lists
|
|
*.list
|
|
|
|
# Node
|
|
**/node_modules/
|
|
|
|
# various files for local testing
|
|
/proxy/.subzero
|
|
local_proxy.json
|