Example data and import methods
The following examples demonstrate how data can be imported to FeatureBase.
Before you begin
- Learn how data is encoded in bitmap indexes
- Learn how to structure your data ready to import to FeatureBase
SQL BULK INSERT
These examples demonstrate the use of SQL BULK INSERT
, available for FeatureBase Cloud and FeatureBase Community.
- Importing low-cardinality data
- Importing a large dataset
- Importing a large dataset using a CSV file
- Importing a large dataset using a ndjson file
- Importing a large dataset using a parquet file
- Importing a large dataset using a ORC file
CLI ingest examples
These examples use CLI ingest tools available for FeatureBase Community.
- CSV ingest example
- SQL ingest example
- Kafka avro ingest example
- Kafka avro delete example
- Kafka static example