mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 13:32:57 +00:00
15 lines
272 B
Markdown
15 lines
272 B
Markdown
# Zenith
|
|
|
|
Zenith substitutes PostgreSQL storage layer and redistributes data across a cluster of nodes
|
|
|
|
## Running tests
|
|
|
|
```sh
|
|
git clone --recursive https://github.com/libzenith/zenith.git
|
|
./pgbuild.sh # builds postgres and installs it to ./tmp_install
|
|
cargo test
|
|
```
|
|
|
|
|
|
|