Native v1 sources
Each source writes to its own ClickHouse database with a
raw_ prefix. For example, a source
whose target is billing lands in raw_billing. You can inspect the discovered schema and choose
which tables to load before syncing.
Source setup
Open Integrations → New Source, choose a source, and follow its setup guide. Platinur asks only for the fields that source needs. The source form does not display a generic numbered workflow. After the connection is saved, its page contains:- Config for connection settings and activation;
- Schema for discovery and table selection;
- Runs for durable connection tests, discovery, and sync history; and
- Schedule for database sources that refresh automatically.
Security boundary
PostgreSQL and MySQL must be reachable from the Platinur account worker over a TLS-protected public endpoint. PostgreSQL uses certificate and hostname verification withverify-full. MySQL
verifies the certificate and server identity using the worker’s trusted CA bundle. Plaintext
database sessions are refused.
Secrets are stored in the workspace secret store and are never returned by the portal. Use a
dedicated read-only source user and grant it access only to the schemas and tables Platinur should
load.