Select the types of activity you want to include in your feed.
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