Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Latest commit

 

History

History
68 lines (46 loc) · 2.19 KB

index.md

File metadata and controls

68 lines (46 loc) · 2.19 KB
title layout has_children nav_order has_toc
FeatureBase Community
home
false
1
false

Welcome to FeatureBase Community

{: .no_toc }

FeatureBase Community can be deployed on multiple environments and regionally and includes the following features:

  • a web-based GUI with query builder and monitoring
  • command-line import from CSV, SQL or Kafka data sources
  • command-line backup and restore

Organizations can set up remote monitoring with DataDog or Prometheus metrics

{% include page-toc.md %}

Architecture diagram

FeatureBase Network Architecture Diagram

Importing data using Ingesters

Observability

FeatureBase community supports:

FeatureBase nodes

FeatureBase Community is a masterless multi-node system with a single node type.

Like other common distributed data stores, it supports:

  • high availability (via shard replication)
  • cluster resizing
  • distributed query processing

Default Ports

By default, FeatureBase uses the following ports:

| Port | Used for | Required? | Additional information | |---|---|---| | 10101 | FeatureBase UI, HTTP(S) queries, SQL queries | Yes | HTTPS endpoint | | 10301 | Cluster membership | For clustering | embedded etcd | | 10401 | Cluster schema | For clustering | embedded etcd | | 20101 | gRPC, Python library | Yes | gRPC API |

{: .note}

Default ports can be changed in the /featurebase/opt/featurebase.conf file. Learn more about FeatureBase Configuration

Installation requirements

The FeatureBase Community application requires: