Skip to content
forked from ngaut/unistore

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

Deardrops/unistore

This branch is 20 commits behind ngaut/unistore:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 4, 2020
Jun 4, 2020
Jun 23, 2020
Feb 15, 2020
Oct 23, 2020
Jun 4, 2020
Sep 17, 2020
Nov 13, 2020
Sep 18, 2020
Sep 3, 2020
Feb 15, 2020
Sep 3, 2020
Apr 10, 2019
Oct 26, 2020
Oct 26, 2020

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-serever, 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

Packages

No packages published

Languages

  • Go 99.9%
  • Makefile 0.1%