Getting Started
Start with the core Sankofa model, then move into setup, environments, and the first event flow.
sdk/sankofa_flutter/README.mdsdk/web/packages/browser/README.mdserver/engine/cmd/sankofa/main.gosdk/sankofa_flutter/lib/sankofa_flutter.dartsdk/web/packages/browser/src/index.tsSankofa is a product analytics stack with three main components within the Sankofa ecosystem today:
- the Go engine that accepts events and profile updates
- the ClickHouse-backed analytics layer used by the dashboard
- the official Flutter, Web, Android, and iOS SDKs
What ships today
Current public integration surface
Sankofa provides official SDKs for Flutter, Web, Android, and iOS. If you are integrating from another environment, use the direct HTTP ingestion endpoints documented in the integrations section.
Sankofa is designed around three transport operations:
trackfor event ingestionpeoplefor profile updatesaliasfor identity stitching
Those operations feed the product surfaces you see in the dashboard: events, users, cohorts, insights, funnels, flows, and retention.
Read this section in order
- 1
Read the quickstart
Initialize any of our official SDKs to validate the end-to-end path quickly.
- 2
Understand environments
Every project can accept both live and test traffic. The engine resolves the environment from the API key you send.
- 3
Learn the product concepts
Events, people, aliases, default properties, and sessions explain how Sankofa stores and interprets incoming data.
Next steps
- Go to Quickstart
- Review Environments and API keys
- See Product concepts