Skip to content
Alexis ROLLAND edited this page Sep 14, 2019 · 35 revisions

ListOf

Analytics teams frequently face challenges to:

  • Standardize data coming from different source systems.
  • Manage configuration data for their ETLs.
  • Manage local referential data.

This often requires to build small dimension tables, lists of values or mappings. It is frequent to do it in spreadsheets or directly in the database but as your project grows such practices can quickly become unmanageable and prompt to error...

ListOf provides a simple and flexible solution to manage lists of values such as small dimension tables, configuration tables or data mappings. It provides in particular the following features:

  • Create, update, delete lists of values with custom structures.
  • Create relationships and mappings between your lists of values.
  • Expose your lists of values via a web API (GraphQL) or in a database (PostgreSQL).

Getting Started

Follow the Getting Started page on the Github Wiki: Getting Started.
Videos are also available on Youtube: ListOf Playlist

Example