DanielCarter-stack commented on issue #10443: URL: https://github.com/apache/seatunnel/issues/10443#issuecomment-3841913782
<!-- code-pr-reviewer --> Thank you for the proposal. I've verified that these 9 connectors are indeed not currently present in the codebase: **Existing patterns that may help:** - **Airtable**: Can be built as an HTTP variant (similar to `connector-http-feishu`, `connector-http-notion`) by extending `connector-http-base` - **CockroachDB**: Compatible with PostgreSQL wire protocol, so users can temporarily use the JDBC connector with PostgreSQL driver - **Sybase/Ingres**: Generic JDBC connector (`seatunnel-connectors-v2/connector-jdbc/`) with corresponding drivers should work - **Amazon DocumentDB**: May partially reuse MongoDB connector logic due to compatibility **Connectors requiring new implementations:** - Azure Cosmos DB, Firebase Realtime Database (different from existing `connector-google-firestore`), Couchbase, SingleStore For community contributors, I suggest starting with **Airtable** (HTTP-based, lower complexity) or extending **JDBC dialect support** for CockroachDB/SingleStore. Please let us know which connector you'd like to prioritize, or if you need guidance on the implementation approach. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
