title | layout | has_children | nav_order | has_toc |
---|---|---|---|---|
Import data |
default |
true |
5 |
false |
{: .no_toc}
This overview explains the process of importing data to FeatureBase using three methods:
- CSV
- SQL
- Apache Kafka
{% include page-toc.md %}
{% include /com-install/com-install-before-begin.md %}
Ingesters are used to:
- retrieve data from a specified upstream data source
- transform the data to the FeatureBase bit-columnar format
- write that data to target database tables.
{: .note} Tables defined by ingest source files are created if they do not already exist.
{% include /concepts/summary-data-modeling.md %}
You can import data to FeatureBase running three types of ingester processes:
- CSV ingest
- SQL ingest
- Kafka ingest
Learn how to build CSV source files and the ingest flags you use to import your data.
Learn how to define your SQL source and ingest flags to import the data.
Learn how to define Avro and Static Schema source files and valid ingest flags to import your data.