Skip to content

laiwei/falcon-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 编译
go get ./...
./control build
  • 生成1000个counter作为测试数据
python gen_test_data.py 1000 > test-metadata.json 
  • 建立索引文件
 mkdir -p ./var/ && ./falcon-index  &> buildindex.log

建立好的索引文件就是 ./var/index.db

  • 本地测试一下
go test
  • 跑一下benchmark
go test -bench="."
  • 作为server端启动,提供http查询API
./falcon-index -s 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published