Skip to main content Link Menu Expand (external link) Document Search Copy Copied

fbsql loader examples

These examples demonstrate how to:

  • Create a FeatureBase table ready for data to be imported
  • Create an Impala, Kafka or PostgreSQL data source
  • Create a TOML configuration file for your data source
  • Run the fbsql loader command with the TOML configuration file

When the loader process is complete, content from the data source is imported to the target table ready to be queried.

Before you begin

Step one - create your destination table

Choose one of the following tables:

Step two - create your data source and TOML configuration file

Create one of the following data sources and TOML files:

Step three - run fbsql loader

Step four - query your data

  • [Query Impala data]
  • [Query PostgreSQL data]
  • [Query Kafka data]