List of Connectors

Here’s a quick list of the connectors and data sources available in Pansynchro, with the necessary information to use them in a PanSQL script.
Connection string links are to documentation where it’s available, otherwise to code describing the relevant configurators. (Better documentation is on the to-do list.) If a connection string is marked as “N/A,” simply use a blank string ('') in the PanSQL script.

NameScript nameConnection StringCapabilitiesRequires Data Source?
Firebird logoFirebirdFirebirdlink✅ Read
✅ Write
✅ Analyze
No
SQL Server logoMicrosoft SQL Server (including Azure SQL Database)MSSQLlink✅ Read
✅ Write
✅ Analyze
No
MySql logoMySqlMySqllink✅ Read
✅ Write
✅ Analyze
No
PostgreSQL logoPostgreSQLPostgreslink✅ Read
✅ Write
✅ Analyze
No
Snowflake logoSnowflakeSnowflakelink✅ Read
✅ Write
✅ Analyze
No
Sqlite logoSqliteSqlitelink✅ Read
✅ Write
✅ Analyze
No
Pansynchro logoPansynchro binary protocolNetworkSimply use the URI or IP address of the system as the connection string.✅ Read
✅ Write
⬜ Analyze
No
Avro logoAvroAvroN/A✅ Read
✅ Write
✅ Analyze
Yes
CSV (and similar delimited text)CSVlink✅ Read
✅ Write
✅ Analyze
Yes
JSON logoJSONJSONlink✅ Read
⬜ Write
✅ Analyze
Yes
Parquet logoParquetParquetN/A✅ Read
✅ Write
✅ Analyze
Yes
Plain text (line-by-line)'Text File (lines)'N/A✅ Read
✅ Write
✅ Analyze
Yes
Plain text (whole file as a single entry)'Text File (whole)'N/A✅ Read
✅ Write
✅ Analyze
Yes
Debug output to consoleConsoleN/A⬜ Read
✅ Write
⬜ Analyze
No

List of Data Sources

NameScript NameConfigurationCapabilities
S3 logoAmazon S3 buckets (and S3-compatible storage)S3link✅ Source
✅ Sink
Google Cloud Storage logoGoogle Cloud StorageGCPlink✅ Source
✅ Sink
Local file storageFileslink✅ Source
✅ Sink
Raw HTTP readerHttplink✅ Source
⬜ Sink
REST API readerRestlink✅ Source
⬜ Sink