Skip to main content
A dataset is one analytics table that Solya maintains about your business — your products, stock, sales, and the metrics derived from them. The datasets page lists every dataset you can access, grouped into six universes, and the datasets explorer lets you open each one in a read-only table view.

The principle

All datasets are produced by the data platform’s ingestion and computation pipelines, then organized into two analytics layers:
  • Silver — cleaned, normalized source data: your reference and master entities (products, brands, shops…) and conformed taxonomies. This is the trustworthy version of what your POS systems sent.
  • Gold — business-ready analytics built on top of silver: facts (transactions), snapshots, per-entity summaries, trends, forecasts, and AI decision data. This is what powers dashboards, KPIs, search, alerts, and recommendations.
Two things are true for every dataset:
  • Read-only — datasets reflect ingested data; you don’t edit them here. To change what they contain, fix the source data or the ingestion spec.
  • Scoped to your organization — you only ever see your own data.

Using the explorer

Open any dataset from the datasets page to:
  • Browse the rows in a table view.
  • Filter by the dataset’s columns.
  • Paginate through rows and inspect column values.
  • Export the current view for offline analysis.

The six universes

The datasets page groups every dataset into six universes. Below is what each one contains and what it’s used for.

References

Your master and reference entities — the “who and what” of your catalog and network. Built in the silver layer from your POS data and enriched (taxonomy classification, image scraping) by the platform.

Taxonomies

Classification hierarchies that organize your catalog (family, gender, color, size). Derived during ingestion, partly via AI classification.

Transactions (facts)

The event-level record of what happened — denormalized star-schema fact tables in the gold layer, built from your sales, orders, and movements.

Stock

The state of your inventory, both historically and right now.

Summaries

Pre-aggregated per-entity metrics so common questions answer instantly without scanning the facts.

Analytics

Pre-computed trends and entity × shop metrics that feed visualizations and risk detection.
For the full technical reference — every table and column, including the gold-only AI tables (forecasts, decision vector) — see the data catalog. For the operational, app-managed data you create (plans, rules, alerts, tags…), see the data model.