{"repo":"ayoubnabil/aiondb","free":true,"listed":false,"github":"https://github.com/ayoubnabil/aiondb","clone":"git clone https://github.com/ayoubnabil/aiondb.git","description":"PostgreSQL-compatible SQL, graph, and vector database built from scratch in Rust.","language":"Rust","stars":49,"topics":["database","database-engine","distributed-systems","embedded-database","graph-database","hnsw","pgwire","postgresql","rust","sql"],"license":null,"category":"databases-storage","readme_excerpt":"AionDB ====== AionDB is a Rust database. It speaks the PostgreSQL wire protocol, stores rows on disk through its own storage engine, and adds vector and graph access paths on top of the same catalog. Status: v0.5. Alpha. Not for production data. The v0.5 line covers installation, configuration, planner performance and release packaging. Quick start ----------- Prebuilt images: git clone https://github.com/ayoubnabil/aiondb.git cd aiondb cp quickstart.env .env docker compose --profile studio up Studio: http://127.0.0.1:8082 psql: source .env PGPASSWORD=\"$AIONDB BOOTSTRAP PASSWORD\" \\ psql \"host=127.0.0.1 port=${AIONDB PGWIRE PORT:-5432} \\ dbname=default user=$AIONDB BOOTSTRAP USER sslmode=disable\" Release binary (downloads start working with the first v0.5 release): curl -fsSL https://raw.githubusercontent.com/ayoubnabil/aiondb/main/packaging/install.sh sh aiondb init --data-dir ./data/aiondb aiondb serve --config ./data/aiondb/aiondb.conf aiondb init creates the data directory and writes an aiondb.conf with generated bootstrap credentials, printed once. If the data directory is not on an encrypted filesystem, uncomment AIONDB ALLOW UNENCRYPTED STORAGE=true in the generated file (development only). See packaging/INSTALL.md . From source: cargo build --release -p aiondb-server --bin aiondb target/release/aiondb --version What works today ---------------- Tables, predicates, joins, transactions, indexes, PostgreSQL catalogs. PostgreSQL wire protocol. psql and common drivers conne","default_branch":null,"files":null,"tree":[],"storefront":"/r/ayoubnabil","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/ayoubnabil/aiondb/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}