{"id":19036190,"url":"https://github.com/tx7do/go-tsdb-example","last_synced_at":"2025-07-16T15:33:08.511Z","repository":{"id":112433635,"uuid":"450379514","full_name":"tx7do/go-tsdb-example","owner":"tx7do","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-18T05:40:44.000Z","size":161,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T21:51:58.999Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tx7do.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-21T06:30:41.000Z","updated_at":"2023-11-27T16:19:10.000Z","dependencies_parsed_at":"2025-01-02T16:01:59.727Z","dependency_job_id":null,"html_url":"https://github.com/tx7do/go-tsdb-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tx7do/go-tsdb-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tx7do%2Fgo-tsdb-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tx7do%2Fgo-tsdb-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tx7do%2Fgo-tsdb-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tx7do%2Fgo-tsdb-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tx7do","download_url":"https://codeload.github.com/tx7do/go-tsdb-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tx7do%2Fgo-tsdb-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265521406,"owners_count":23781500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T21:53:41.722Z","updated_at":"2025-07-16T15:33:08.438Z","avatar_url":"https://github.com/tx7do.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-tsdb-example\n\n本项目主要是用来测试各种不同时序数据库(TSDB)的.\n\n## 时序数据简介\n\n时序数据全称是时间序列（TimeSeries）数据，是按照时间顺序索引的一系列数据点。最常见的是在连续的等时间间隔时间点上获取的序列，因此，它是一系列离散数据[1]。\n\n时序数据几乎无处不在，在目前单向的时间流中，人的脉搏、空气的湿度、股票的价格等都随着时间的流逝不断变化。时序数据是数据的一种，因为它显著而有价值的特点，成为我们特别分析的对象。\n\n将时序数据可以建模为如下部分组成：\n\n- **Metric**：度量的数据集，类似于关系型数据库中的 table，是固定属性，一般不随时间而变化\n- **Timestamp**：时间戳，表征采集到数据的时间点\n- **Tags**：维度列，用于描述Metric，代表数据的归属、属性，表明是哪个设备/模块产生的，一般不随着时间变化\n- **Field/Value**：指标列，代表数据的测量值，可以是单值也可以是多值\n\n## 时序数据库\n- [x] [InfluxDB](db/influxdb/README.md)\n- [x] [ClickHouse](db/clickhouse/README.md)\n- [x] [TimescaleDB](db/timescaledb/README.md)\n- [x] [ElasticSearch](db/es/README.md)\n- [x] [MongoDB](db/mongodb/README.md)\n- [x] [OpenTSDB](db/opentsdb/README.md)\n- [x] [QuestDB](db/questdb/README.md)\n- [x] [TDEngine](db/tdengine/README.md)\n- [x] [Cassandra](db/cassandra/README.md)\n- [ ] [CrateDB](db/cratedb/README.md)\n- [ ] [SiriDB](db/siridb/README.md)\n- [ ] [Timestream](db/timestream/README.md)\n- [ ] [VictoriaMetrics](db/victoriametrics/README.md)\n\n## 参考资料\n\n- [Time series - Wikipedia](https://en.wikipedia.org/wiki/Time_series)\n- [DB-Engines Ranking of Time Series DBMS](https://db-engines.com/en/ranking/time+series+dbms)\n- [Time Series Benchmark Suite (TSBS)](https://github.com/timescale/tsbs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftx7do%2Fgo-tsdb-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftx7do%2Fgo-tsdb-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftx7do%2Fgo-tsdb-example/lists"}