Skip to content
shaheen-s edited this page Nov 3, 2020 · 3 revisions

Welcome to the FluentOlap wiki!

FluentOlap is a library used to de-normalize a model and its relevant models and has the ability to use services to retrieve data that fits the newly denormalized model. The definition for this is done using Fluent syntax to allow for ease of use.

Capabilities:

Define a model using FluentSyntax

You can define an analyzer using FluentSyntax by defining a class that inherits from AnalyticalObject<T>.

Populating (retrieving data)

  • You can retrieve data directly using the analyzer object and a service
  • Service Provider system that allows for customization
  • HttpService predefined to make HTTP calls to retrieve data.

Integrating with modules

  • You can integrate with any sub-modules of FluentOlap, like its ingestion providers to load data into a database or a file.
Clone this wiki locally