ITADN
apache/skywalking-banyandb
apache/skywalking-banyandb · 文件 下载 ZIP
文件最后提交记录最后更新时间
README.md

BanyanDB

Continuous Integration Go Report Card GitHub release GitHub release date GoDoc

BanyanDB, as an observability database, aims to ingest, analyze and store Metrics, Tracing and Logging data. It's designed to handle observability data generated by observability platform and APM system, like Apache SkyWalking etc.

Introduction

BanyanDB, as an observability database, aims to ingest, analyze and store Metrics, Tracing, and Logging data. It's designed to handle observability data generated by Apache SkyWalking. Before BanyanDB emerges, the Databases that SkyWalking adopted are not ideal for the APM data model, especially for saving tracing and logging data. Consequently, There’s room to improve the performance and resource usage based on the nature of SkyWalking data patterns.

The database research community usually uses RUM Conjecture to describe how a database access data. BanyanDB combines several access methods to build a comprehensive APM database to balance read cost, update cost, and memory overhead.

Contact us

Documentation

Developer tooling

The dump trace-source-catalog subcommand validates the frozen downloaded trace benchmark shard and writes its deterministic core and secondary-index ledgers. It requires --source-path and a new, outside-source --output-path; see the trace pipeline merge performance design for the source contract.

The dump trace-generate-fixture subcommand consumes that catalog and the immutable downloaded shard, verifies the default SkyWalking sampler ratio, and writes the deterministic one-day core and secondary-index fixture through the data-node part receipt path. It requires --source-path, --catalog-path, a new --output-path, and the built sampler --plugin-path.

The trace benchmark receiver can enable per-merge JSONL recording for the primary, boundary-drain, and cooldown phases. Records classify actual sampler execution, preserve merge depth and input lineage, nest secondary-index work under its core merge, and expose reconciled low-cardinality aggregates plus serial-attribution resource deltas.

Contributing

For developers who want to contribute to this project, see the Contribution Guide.

License

Apache 2.0 License.