Skip to content
/ unistore Public

A fun project for evaluating some new optimizations quickly, do not use it in production

License

Notifications You must be signed in to change notification settings

ngaut/unistore

Folders and files

NameName
Last commit message
Last commit date
Apr 16, 2021
Apr 9, 2021
Apr 16, 2021
Apr 16, 2021
Apr 16, 2021
Apr 16, 2021
Apr 16, 2021
Apr 16, 2021
Apr 16, 2021
Feb 15, 2020
Apr 16, 2021
Aug 27, 2021
Nov 25, 2023
Nov 25, 2023

Repository files navigation

unistore

A fun project for evaluating some new optimizations quickly, do not use it in production.

Build

make

Deploy

Put the binary of pd-server, node and tidb-server into a single dir.

Run

Under the binary dir, run the following commands:

mkdir -p data
./pd-server
./node --db-path=data
./tidb-server --store=tikv --path="127.0.0.1:2379"

About

A fun project for evaluating some new optimizations quickly, do not use it in production

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages