NeurDB is an AI-powered autonomous data system.
Our database is based on the PostgreSQL 16.3 with doc
git clone https://github.com/neurdb/neurdb.git
cd neurdb
# Give Docker container write permission
chmod -R 777 .
bash build.sh --gpu
bash build.sh --cpu
Wait until the following prompt shows:
Please use 'control + c' to exit the logging print
...
Press CTRL+C to quit
Our vision paper can be found in:
@article{neurdb-scis-24,
author = {Beng Chin Ooi and
Shaofeng Cai and
Gang Chen and
Yanyan Shen and
Kian-Lee Tan and
Yuncheng Wu and
Xiaokui Xiao and
Naili Xing and
Cong Yue and
Lingze Zeng and
Meihui Zhang and
Zhanhao Zhao},
title = {NeurDB: An AI-powered Autonomous Data System},
journal= {SCIENCE CHINA Information Sciences},
year = {2024},
pages = {-},
url = {https://www.sciengine.com/SCIS/doi/10.1007/s11432-024-4125-9},
doi = {https://doi.org/10.1007/s11432-024-4125-9}
}