Skip to content

sillydong/lbsengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LBSENGINE

What

LBSENGINE实现了一个通用的GEO索引引擎,2017Go基金会中国黑客马拉松参赛项目,获得一等奖。

How

项目成于2017Go基金会中国黑客马拉松,演示PPT见lbsengine.pdf

开发可参考example中的代码实现

Who

Todo

  1. 维护一份内存索引,启动时从永久存储初始化内存索引
  2. 优化序列化/反序列化方法
  3. 参考Redis优化geohash算法
  4. ...

Thanks

  1. redis
  2. geohash
  3. go-cache
  4. murmur hash
  5. gorp
  6. echo
  7. go-bindata-assetfs
  8. echo-static
  9. msgp
  10. tidb