πŸ”‘ Indexer

Glacier’s Indexing is composed of the following 2 key parts:

  • Importer: Importer extracts data from source datasets and enforces data type and data validity standards and ensures it conforms structurally to the requirements of the indexer and then load into the indexer. And once there is a new data change in the data source, it will be captured and synchronized to the Index system at the fastest speed.

  • Index Creator: Index Creator reads data from Importer according to the index configuration and format set by the user, and creates an index instance.

Last updated