Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 216 B view raw
1/** 2 * Data Warehouse Abstraction Layer 3 * 4 * Provides abstraction for data warehouses: Clickhouse, PostgreSQL, etc. 5 * Switch warehouses by setting WAREHOUSE_ADAPTER 6 */ 7 8export * from './dataWarehouse/index.js'; 9