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

zhanhaozhao/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}
}

About

AI-powered Autonomous Data System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.3%
  • PLpgSQL 6.3%
  • Perl 3.9%
  • Yacc 1.3%
  • Python 0.8%
  • Makefile 0.7%
  • Other 2.7%
0