Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

To gather insights from data, Squirro needs very fast access to that data. For that purpose, any required data is indexed into the Squirro data storage layer. See the Architecture for details. Resulting scaling considerations are discussed in the article How Squirro Scales.

The data sources that Squirro supports are documented at Data Sources.

There are three basic ways to add data to Squirro:

  • Data Connectors connect external data sources by implementing a standardized Squirro provider web service interface. Users can add configurations to providers by adding sources in the Squirro user interface.
  • The loading tools are command-line executables to load data into Squirro. Both structured (CSV, Excel) as well as unstructured (e.g. PDF, Microsoft Word, …) data can be imported.
  • With the SDK tools developers can integrate custom data sources without the added complexity of creating a provider.
  • No labels