Skip to content
forked from liwei-rk/FW2

a c++ lib of mongo 、cachetube、hbase

Notifications You must be signed in to change notification settings

skyformat99/FW2

 
 

Repository files navigation

准备:
    make 生成libwritedoc.so ;//移到/usr/lib下?
编写源码:
    可参照example.cpp
编译:
    g++ -o example  example.cpp -lwritedoc
运行:需要加载libwritedoc.so
    ./example
结果:
在当前目录下生成mongodb文件和ct文件,其中mongodb存储GatherDoc的快照,ct存储GatherDoc的JSON表达式


About

a c++ lib of mongo 、cachetube、hbase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.5%
  • JavaScript 12.9%
  • HTML 11.9%
  • Makefile 3.8%
  • Shell 3.0%
  • Python 1.6%
  • Other 3.3%