Refactor mergeBlocks function to simplify block handling (#792)

1 file changed
tree: 4501f7ac1d2d026368a48208bbe542e14beca133
  1. .github/
  2. api/
  3. assets/
  4. banyand/
  5. bydbctl/
  6. dist/
  7. docs/
  8. pkg/
  9. scripts/
  10. test/
  11. ui/
  12. .asf.yaml
  13. .dlc.json
  14. .gitattributes
  15. .gitignore
  16. .golangci-format.yml
  17. .golangci.yml
  18. .licenserc.yaml
  19. AI_CODING_GUIDELINES.md
  20. CHANGES.md
  21. CONTRIBUTING.md
  22. go.mod
  23. go.sum
  24. LICENSE
  25. Makefile
  26. NOTICE
  27. README.md
  28. revive.toml
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

Contributing

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

License

Apache 2.0 License.