[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-2068":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":32,"readmeContent":33,"aiSummary":34,"trendingCount":16,"starSnapshotCount":16,"syncStatus":35,"lastSyncTime":36,"discoverSource":37},2068,"influxdb","influxdata\u002Finfluxdb","influxdata","Scalable datastore for metrics, events, and real-time analytics","https:\u002F\u002Finfluxdata.com",null,"Rust",31542,3699,702,2054,0,17,76,6,45,"Apache License 2.0",false,"main",[25,26,5,27,28,29,30,31],"database","go","metrics","monitoring","react","rust","time-series","2026-06-12 02:00:36","# InfluxDB 3 Core\n\n\u003Cdiv align=\"center\">\n \u003Cpicture>\n    \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\"assets\u002Finfluxdb-logo.png\">\n    \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"assets\u002Finfluxdb-logo-dark.png\">\n    \u003Cimg src=\"assets\u002Finfluxdb-logo.png\" alt=\"InfluxDB 3 Core\" width=\"600\">\n  \u003C\u002Fpicture>\n \u003Cp>Open source time series database for real-time events, analytics, and monitoring--powered by Apache Arrow, DataFusion, and Parquet.\u003C\u002Fp>\n\n  [![License: MIT\u002FApache-2.0](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Flicense-MIT%20OR%20Apache--2.0-blue)](LICENSE)\n  [![Discord](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDiscord-join_chat-5865F2?logo=discord&logoColor=white)](https:\u002F\u002Fdiscord.gg\u002FvZe2w2Ds8B)\n\u003C\u002Fdiv>\n\nInfluxDB 3 Core is a database built to collect, process, transform, and store event and time series data. It is ideal for use cases that require real-time ingest and fast query response times to build user interfaces, monitoring, and automation solutions.\n\nCommon use cases include:\n\n- Monitoring sensor data\n- Server monitoring\n- Application performance monitoring\n- Network monitoring\n- Financial market and trading analytics\n- Behavioral analytics\n\nInfluxDB is optimized for scenarios where near real-time data monitoring is essential and queries \nneed to return quickly to support user experiences such as dashboards and interactive user interfaces.\n\nInfluxDB 3 Core’s feature highlights include:\n\n- Diskless architecture with object storage support (or local disk with no dependencies)\n- Fast query response times (under 10ms for last-value queries, or 30ms for distinct metadata)\n- Embedded Python VM for plugins and triggers\n- Parquet file persistence\n- Compatibility with InfluxDB 1.x and 2.x write APIs\n- Compatibility with InfluxDB 1.x query API (InfluxQL)\n- SQL query engine with support for FlightSQL and HTTP query API\n\n**Storage format:** Apache Parquet on object storage (S3, Azure, GCP) or local disk\\\n**Query languages:** SQL, InfluxQL, Flight SQL\\\n**Write format:** Line protocol\\\n**API:** HTTP on port 8181\\\n**Built with:** Rust, Apache Arrow, DataFusion\\\n**Compatible with:** InfluxDB 1.x and 2.x write APIs, InfluxDB 1.x query API (InfluxQL)\n\n## Other InfluxDB Versions\n\nThis repository contains multiple InfluxDB versions on separate branches:\n\n| Version | Branch | Query Languages | Documentation |\n|---------|--------|-----------------|---------------|\n| **v3 Core (this branch)** | [`main`](https:\u002F\u002Fgithub.com\u002Finfluxdata\u002Finfluxdb\u002Ftree\u002Fmain) | SQL, InfluxQL | [docs.influxdata.com\u002Finfluxdb3\u002Fcore\u002F](https:\u002F\u002Fdocs.influxdata.com\u002Finfluxdb3\u002Fcore\u002F) |\n| v2.x | [`main-2.x`](https:\u002F\u002Fgithub.com\u002Finfluxdata\u002Finfluxdb\u002Ftree\u002Fmain-2.x) | Flux, InfluxQL | [docs.influxdata.com\u002Finfluxdb\u002Fv2\u002F](https:\u002F\u002Fdocs.influxdata.com\u002Finfluxdb\u002Fv2\u002F) |\n| v1.x | [`master-1.x`](https:\u002F\u002Fgithub.com\u002Finfluxdata\u002Finfluxdb\u002Ftree\u002Fmaster-1.x) | InfluxQL, Flux | [docs.influxdata.com\u002Finfluxdb\u002Fv1\u002F](https:\u002F\u002Fdocs.influxdata.com\u002Finfluxdb\u002Fv1\u002F) |\n\n## Project Status\n\nInfluxDB 3 Core has been [generally available since April 2025](https:\u002F\u002Fwww.influxdata.com\u002Fblog\u002Finfluxdb-3-oss-ga\u002F). See [`v3.*` tags](https:\u002F\u002Fgithub.com\u002Finfluxdata\u002Finfluxdb\u002Ftags) and [release notes](https:\u002F\u002Fdocs.influxdata.com\u002Finfluxdb3\u002Fcore\u002Frelease-notes\u002F) for the latest version.\n\nJoin the [InfluxDB3 Discord](https:\u002F\u002Fdiscord.gg\u002FvZe2w2Ds8B) or the public channels below to share your feedback, feature requests, and bug reports.\n\n## Installation\nDocker images, Debian packages, RPM packages, and tarballs are available on the [InfluxData downloads page](https:\u002F\u002Fportal.influxdata.com\u002Fdownloads\u002F).\n\n- For InfluxDB 3 Core, see the [getting started guide](https:\u002F\u002Fdocs.influxdata.com\u002Finfluxdb3\u002Fcore\u002Fget-started\u002F).\n- For InfluxDB 3 Enterprise, see the [getting started guide](https:\u002F\u002Fdocs.influxdata.com\u002Finfluxdb3\u002Fenterprise\u002Fget-started\u002F).\n- For v2.x, see the [`main-2.x` branch](https:\u002F\u002Fgithub.com\u002Finfluxdata\u002Finfluxdb\u002Ftree\u002Fmain-2.x).\n- For v1.x, see the [`master-1.x` branch](https:\u002F\u002Fgithub.com\u002Finfluxdata\u002Finfluxdb\u002Ftree\u002Fmaster-1.x).\n\nIf you are interested in building from source, see the [building from source](CONTRIBUTING.md#building-from-source) guide for contributors.\n\n\n## Support\n\nFor community support and feedback channels, see [Bug reports and feedback](https:\u002F\u002Fdocs.influxdata.com\u002Finfluxdb3\u002Fcore\u002F#bug-reports-and-feedback).\n\n## License\nThe open source software we build is licensed under the permissive MIT or Apache 2 licenses at the user’s choosing. We’ve long held the view that our open source code should be truly open and our commercial code should be separate and closed.\n\n\n## Interested in joining the team building InfluxDB?\nCheck out current job openings at [www.influxdata.com\u002Fcareers](https:\u002F\u002Fwww.influxdata.com\u002Fcareers) today!\n","InfluxDB 3 Core 是一个专为实时事件、分析和监控设计的时间序列数据库。它利用Apache Arrow、DataFusion和Parquet等技术，实现了无磁盘架构支持对象存储、快速查询响应（最后值查询低于10毫秒）、嵌入式Python虚拟机等功能。该数据库适用于需要近实时数据处理的场景，如传感器数据监控、服务器与应用性能监控、网络监控、金融市场分析及行为分析等。InfluxDB 3 Core兼容InfluxDB 1.x和2.x写入API以及InfluxQL查询语言，并支持SQL和Flight SQL查询，适合构建用户界面、监控系统和自动化解决方案。",2,"2026-06-11 02:47:54","top_all"]