graphene:一个基于BerkleyDB的简单时间序列数据库

时间:2024-04-21 07:14:32
【文件属性】:

文件名称:graphene:一个基于BerkleyDB的简单时间序列数据库

文件大小:1.13MB

文件格式:ZIP

更新时间:2024-04-21 07:14:32

C++

石墨烯-具有纳秒精度的简单时间序列数据库,适合科学应用 源代码: : 电子邮件:Vladislav Zavjalov 特征 基于BerkleyDB 存储具有纳秒级精度时间戳的整数,浮点数或文本值 快速访问数据,内插,下采样,时间范围 多列数值 命令行和套接字接口,用于读取/写入数据 用于http simple_json接口 用于数据处理,校准表等的用户过滤器(要删除吗?) 数据存储 数据作为数据库存储在BerkleyDB环境目录(可以通过-d命令行选项选择)中。 数据库名称不能包含符号.:|+ \t\n/ 。 每个数据库包含一组排序的键值对。 密钥是一个时间戳,一个或两个32位无符号整数:从1970-01-01 UTC开始的秒数,以及可选的纳秒数。 可能的最大时间戳记是2106-02-07。 不允许使用重复的时间戳记,但是用户可以选择如何处理重复的时间戳(请参阅石墨烯程序的-


【文件预览】:
graphene-master
----graphene()
--------data1.test.cpp(18KB)
--------json.cpp(8KB)
--------dbgr.cpp(24KB)
--------filter.h(894B)
--------test_cli.sh(26KB)
--------data.cpp(22KB)
--------json1.test.cpp(886B)
--------dbout.h(2KB)
--------filter.cpp(4KB)
--------filter.test.cpp(2KB)
--------data2.test.cpp(19KB)
--------graphene_http.cpp(13KB)
--------graphene_http.test2(2KB)
--------dbout.test.cpp(7KB)
--------json.h(638B)
--------examples()
--------dbpool.h(2KB)
--------v1()
--------data.h(4KB)
--------dbgr.h(7KB)
--------graphene.cpp(24KB)
--------tcllib()
--------Makefile(437B)
--------graphene_http.test1(1KB)
--------json0.test.cpp(1KB)
--------test_data()
--------dbpool.cpp(6KB)
--------.gitignore(23B)
--------dbpool.test.cpp(732B)
--------test_v1.sh(1KB)
--------json1.test.script(4KB)
--------test_backup.sh(968B)
----update_modules(64B)
----Readme.md(16KB)
----.gitmodules(89B)
----graphene.spec(6KB)
----.gear()
--------rules(9B)
----modules()
----scripts()
--------graphene_sync(5KB)
--------graphene_sweeps(5KB)
--------graphene_filter(5KB)
--------graphene_tab(2KB)
--------graphene_int(91B)
--------graphene_mkcomm(4KB)
----graphene_http.init.ubuntu(2KB)
----graphene_http.init(1KB)
----TODO.md(711B)
----LICENSE(34KB)
----Makefile(685B)
----modules.tar(2.25MB)
----.gitignore(35B)
----BerkleyDB.md(1KB)
----Perf.md(3KB)

网友评论