Skip to content
Dashboard

Data Storage Standards

S3 Bucket NameDescription
b-<ORG>-<ENV>-landingRaw data of all the incoming events. Stored in parquet format along a hive partition event_date
b-<ORG>-<ENV>-processedProcessed data of the events
b-<ORG>-<ENV>-stgS3 bucket for Athena staging data
b-<ORG>-<ENV>-outboundS3 data bucket for outbound data (activation)
b-<ORG>-<ENV>-airbyte-logsS3 bucket for Airbyte connector logs
b-<ORG>-<ENV>-athena-logsS3 bucket for Athena query logs
b-<ORG>-<ENV>-athena-mcp-server-logsS3 bucket for Athena MCP server query logs
b-<ORG>-<ENV>-emrS3 logs bucket for EMR cluster
Schema NameTables
<ORG>_<ENV>view_core_events, view_events_sessions, view_unique_events, view_users, view_id_graph, unified_events. Click here for data dictionary
<SOURCE_NAME>_<ENV>ELT source tables. source_name and env are the pipeline name and environment (tag) configured in the Web Application