DocsGetting StartedGetting Started
Getting Started

Getting Started

Start with the core Sankofa model, then move into setup, environments, and the first event flow.

Source of truthsdk/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.ts

Sankofa 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:

  • track for event ingestion
  • people for profile updates
  • alias for 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. 1

    Read the quickstart

    Initialize any of our official SDKs to validate the end-to-end path quickly.

  2. 2

    Understand environments

    Every project can accept both live and test traffic. The engine resolves the environment from the API key you send.

  3. 3

    Learn the product concepts

    Events, people, aliases, default properties, and sessions explain how Sankofa stores and interprets incoming data.

Next steps