Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildOutputSchema ¶
func BuildOutputSchema(inputSchema []schema.StreamSchema) map[string]*arrow.Schema
Types ¶
type DataSource ¶
type DataSource interface { Connect(ctx context.Context) error Start() Events() chan MessageEvent Stop() }
type MessageEvent ¶
type SourceDriver ¶
type SourceDriver string
const ( PostgresCDC SourceDriver = "postgres_cdc" PostgresIncremental SourceDriver = "postgres_incremental" MongoStream SourceDriver = "mongo_stream" WebSockets SourceDriver = "websocket" AirTable SourceDriver = "airtable" Playground SourceDriver = "playground" MysqlCDC SourceDriver = "mysql_cdc" Kafka SourceDriver = "kafka" )
Click to show internal directories.
Click to hide internal directories.