-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Alexis ROLLAND edited this page Sep 14, 2019
·
35 revisions
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).
Follow the Getting Started page on the Github Wiki: Getting Started.
Videos are also available on Youtube: ListOf Playlist
Setup
Design
User Guide
- Best Practices
- Create a List
- Create Attributes For a List
- Add Values To a List
- Download and Upload CSV
- Backup & Restore Data
FAQ