Two-way sync
Changes in SAP Hana or Treasuredata instantly reflect in both systems. No stale data, no manual imports.
Keep SAP Hana and Treasuredata in sync without custom scripts. Cut weeks of integration work, eliminate silent data drift, and give your team a single, reliable source of truth.
A database holds the rows your business runs on: the users, events, orders, and records that every service reads and writes. Treasuredata is where people make sense of them, as dashboards, funnels, cohorts, and metrics. Moving the data from SAP Hana into Treasuredata usually means a hand-built extract or a change-data-capture pipeline that breaks the moment a column is renamed, and reporting that always trails last night's load.
Stacksync syncs SQL views, Schemas, Sequences, Triggers in SAP Hana with Databases, Tables, Master (Parent) Segments, Segments in Treasuredata in real time and in both directions. Operational rows flow into Treasuredata as they change, so dashboards read current data with no pipeline to maintain, and the segments, cohorts, or scores Treasuredata computes flow back into SAP Hana, where the applications and services that read from it get them at normal query latency. Field-level mapping, schema and type translation, and conflict resolution are handled for you.
Segments, cohorts, or scores computed in Treasuredata sync back into SAP Hana, where the services that read from the database act on them at query speed without calling the analytics API.
The users, events, orders, and records stored in SAP Hana land in Treasuredata as they change, so dashboards, funnels, and metrics run on current data instead of last night's extract.
A user, account, or record corrected in either system updates the other, so the identity your reports group by matches the identity your database stores.
Representative objects on each side — any object or custom field can map to any target. Schemas are auto-detected; types are converted between the two systems.
| SAP Hana objects | Treasuredata objects | How this pairing syncs | |
|---|---|---|---|
| SQL views Standard database views; read-only projections synced outbound when the source data should not be exposed as raw base tables. | Scheduled Queries Cron-scheduled Presto/Trino (or Hive) jobs that materialize results into result tables; Stacksync reads those materialized tables downstream. | SQL views is specific to SAP Hana and Scheduled Queries to Treasuredata — each maps to any object or custom field on the other side. | |
| Schemas Namespaces that group tables and views; the connector targets a schema and enumerates its objects from the catalog to build the sync. | Query Jobs Ad-hoc Presto/Trino query jobs run asynchronously; results are retrieved from the job result endpoint and fed into downstream systems. | Schemas is specific to SAP Hana and Query Jobs to Treasuredata — each maps to any object or custom field on the other side. | |
| Sequences Server-generated key values; relevant when writing rows into tables whose identity is assigned HANA-side rather than by the source system. | Databases Logical containers for tables; a sync targets one database and maps its tables to warehouse or operational-DB tables. | Sequences is specific to SAP Hana and Databases to Treasuredata — each maps to any object or custom field on the other side. | |
| Triggers AFTER INSERT/UPDATE/DELETE triggers capture changes into a shadow/logging table so updates and deletes are detected near-real-time without full scans. | Tables Columnar log tables in TD's Plazma storage; every row carries a mandatory `time` column (Unix epoch) that Stacksync uses as the incremental watermark and partition key. Synced two-way with warehouse or database tables. | Triggers is specific to SAP Hana and Tables to Treasuredata — each maps to any object or custom field on the other side. | |
| System-versioned temporal tables Column store tables with a history table tracking each row's validity period; used to reconstruct update and delete history for change capture. | Master (Parent) Segments Unified customer profiles assembled from multiple source tables in Audience Studio; read out to push enriched attributes onto CRM or warehouse records. | System-versioned temporal tables is specific to SAP Hana and Master (Parent) Segments to Treasuredata — each maps to any object or custom field on the other side. | |
| System views (SYS schema) Catalog and monitoring views such as SYS.TABLES and TABLE_COLUMNS; read to discover schema and auto-generate field mappings for new tables. | Segments Campaign subsets of a parent segment; membership read out to activate audiences in downstream systems, or audience flags written back onto records. | System views (SYS schema) is specific to SAP Hana and Segments to Treasuredata — each maps to any object or custom field on the other side. |
Each direction of the sync is driven by what the source system can signal and what the destination accepts — detection, delivery, and expected latency below.
DetectionChanges in SAP Hana are captured at the source via change data capture — no polling loop against its API. Polling on a last-modified timestamp column, or AFTER INSERT/UPDATE/DELETE triggers writing to a shadow table.
DeliveryEach detected change is written to Treasuredata through its API, with automatic retries and rate-limit backoff.
DetectionStacksync polls Treasuredata for changes on an incremental schedule, reading only records changed since the previous pass. Polling on the mandatory `time` column (Unix-epoch partition key) or an updated-at column.
DeliveryEach detected change is applied to SAP Hana as a row-level write, with types converted between the two schemas.
Real-time sync, workflow automation, event queues, EDI, and monitoring, for every SAP Hana–Treasuredata connection.
Changes in SAP Hana or Treasuredata instantly reflect in both systems. No stale data, no manual imports.
Trigger automated workflows whenever SAP Hana or Treasuredata data changes, update records, fire webhooks, or kick off sequences without brittle API scripts.
Handle millions of events per minute without losing a single SAP Hana or Treasuredata record.
Track your SAP Hana ⇄ Treasuredata sync health, view errors, and replay failed events in one click.
Transform legacy EDI complexity into simple database interactions between SAP Hana and Treasuredata.
Configure and sync within minutes, no code. Whether you sync 50k or 100M+ records, Stacksync handles the queues, infra, and plumbing. Integrations are non-invasive and need zero setup on your systems.
Authenticate SAP Hana and Treasuredata with each platform's native method — OAuth, API keys, or service accounts — plus secure options like SSH tunneling, IP whitelisting, and VPC peering.
Pick the SAP Hana and Treasuredata objects to sync — Stacksync auto-detects both schemas, including custom fields where the platform exposes them. Sync to existing tables, or let Stacksync create new ones with ideal data types.
Fields map automatically even when names and types differ. Stacksync handles transformation and type casting for you, zero configuration required.
Yes. Stacksync provides a managed, real-time two-way integration between SAP Hana and Treasuredata: authenticate both systems, choose the objects to sync (such as SAP Hana's SQL views and Schemas), map fields visually, and changes propagate both ways in milliseconds — no code required.
Common patterns for SAP Hana and Treasuredata: Where Treasuredata builds cohorts or scores: results your services can read; Analytics on live operational data, minus the pipeline; One version of each user or account. Segments, cohorts, or scores computed in Treasuredata sync back into SAP Hana, where the services that read from the database act on them at query speed without calling the analytics API.
SAP Hana: SQL over the SAP HANA client (JDBC/ODBC drivers); OData/REST via XS for app-layer access. Authentication: Dedicated database user credentials over an encrypted TLS connection (password sent hashed); Kerberos, SAML, JWT, and X.509 certificate authentication are also supported. SAP HANA Cloud enforces TLS and IP allowlisting. Treasuredata: TD API v3 (REST) for databases, tables, and jobs, plus the Audience API (REST) for CDP segments and journeys. Authentication: API key sent as an `Authorization: TD1 <api_key>` header (per-user or account key from the TD Console); requests go to the region-specific endpoint (e.g. api.treasuredata.com for US, with separate EU and Tokyo endpoints). Stacksync manages authentication, retries, and rate limits on both sides.
Treasuredata: The Audience (CDP) API and the core TD API v3 are separate surfaces — segments and journeys live behind the Audience API while databases, tables, and jobs live behind TD API v3, both authenticated with the same TD1 API key. SAP Hana: Connections are governed by workload classes and admission control, so heavy sync concurrency competes with production query load and can be throttled by memory and thread caps. Stacksync's field mapping accounts for these differences between SAP Hana and Treasuredata without custom code.
Stacksync is SOC 2 Type II and ISO 27001 certified with HIPAA BAA support. Data is encrypted in transit, and a zero-persistent-storage architecture means SAP Hana and Treasuredata records are not retained after a sync operation.
Stacksync pricing is usage-based and starts at $1,000/month, including the managed SAP Hana and Treasuredata connectors, real-time two-way sync, monitoring, and support. That replaces building and maintaining a custom SAP Hana–Treasuredata integration in-house.
As a data company, we understand the importance of keeping your data secure. Stacksync is built with security best practices to keep your data safe at every layer, and is DPF-certified for US, EU, UK and CH data transfers.
Let your users access Stacksync from your centralized user management systems. Works with Okta, Azure, Google SSO and more.
Immediately get alerted about record syncing issues over email, Slack, PagerDuty and WhatsApp. Resolve issues from a centralized dashboard with retry and revert options.
Securely connects to your systems with:
Every pair below is a real-time, two-way sync. Search all 414 integrations available for SAP Hana and Treasuredata.