The test projection for verifying banyandb
/infra
contains terraform scripts for creating the infrastructure for testing banyandb on AWS.
/infra/base
provisions an EKS cluster with a node group and an Elasticsearch or BanyanDB cluster.
/infra/addons
provisions additional resources such as a Istio, OAP, and Prometheus to EKS.
cases/es-minimal
contains a minimal test case for a single Elasticsearch node.
cases/bydb-minimal
contains a minimal test case for a single BanyanDB node.
cases/es-cluster
contains a test case for an Elasticsearch cluster.