BigDevice存储上的数据

cattledb的Python项目详细描述


牛DB

[![生成状态](https://travis-ci.org/wuttem/cattledb.svg?branch=master)](https://travis-ci.org/wuttem/cattledb

大表时间序列数据库的快速实现

##安装 需要递归选项来构建C加速。 ` git clone --recursivehttps://github.com:wuttem/cattledb.git pip install ./cattledb `

在计算机上运行Docker Emulator进行测试

`bash docker run -it-p 8080:8080 spotify/bigtable-emulator:latest export BIGTABLE_EMULATOR_HOST=localhost:8080 pytest tests `

##在docker中构建和启动测试 ` docker build . -tcattledb-test docker run -itcattledb-test bash service bigtable-server start export BIGTABLE_EMULATOR_HOST="localhost:8080" pytest tests `

编译python protobuf文件 `bash # RUN python -m grpc.tools.protoc --python_out=./cattledb/grpcserver--grpc_python_out=./cattledb/grpcserver--proto_path=./protos cdb.proto # cd to .\cattledb\grpcserver\cdb_pb2_grpc.py # change line import cdb_pb2 as cdb__pb2 # to from . import cdb_pb2 as cdb__pb2 `

###########建造和推动卡特莱德码头 `bash docker build . -t mths/cattledb:latest docker tag mths/cattledb:latest mths/cattledb:0.1 docker push mths/cattledb `

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java有没有办法使多个对象初始化更紧凑?   java确保BUnit包和测试包不包含在生产代码中   java如何使JTextField更小,而不是填满整个空间?   javaawt的矩形交点   用户连续登录应用程序的java条纹(Android)   maven如何在服务器上运行java项目,并将其作为jar添加到EAR项目中   java如何在jar/war的资源文件夹中创建png?   swing在Java中未选择列表项时禁用按钮   java GridView x BaseAdapter并在onItemClick中重新加载   java Apache POI未应用某些颜色索引   java创建URL使用uri有什么区别。解析/uri。生成器/连接字符串?   java JavaFX jfoenix运行时错误(JFXDatePicker)   右旋转二叉搜索树   在Java标准版中运行Java移动应用程序   java为什么要为每个实例创建静态hashmap?   java如何使用RTC唤醒和报警意图   java获取对象中的JSON表达式   (Java)服务器不接受多个连接   java为什么我的目的地为null?   java使用多个参数执行存储过程,并使用spring数据jpa将结果集映射到非实体类