Support querying multi-groups in a single request  (#438)

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