8000 GitHub - neurdb/neurdb: AI-powered Autonomous Data System
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

neurdb/neurdb

Repository files navigation

logo

NeurDB Website Github GitHub contributors Docker Code style: black paper-24-1 paper-24-2

NeurDB is an AI-powered autonomous data system.

NeurDB demo

Installation

Our database is based on the PostgreSQL 16.3 with doc

Clone the latest code

git clone https://github.com/neurdb/neurdb.git
cd neurdb
# Give Docker container write permission
chmod -R 777 .

Build Dockerfile

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

Development

DB engine dev

AI engine dev

Citation

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}
}
0