Summary
Inquiring about connecting to a Firebird data source
Question
hey guys, anyone already connected with a firebird source?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.
Join the conversation on Slack
["firebird-source", "data-connector", "data-source"]
Hmm, I don’t know enough to give you a confident answer yet. The extract provided doesn’t mention anything about connecting to a Firebird source. I recommend checking the Airbyte documentation or the Airbyte community forum for more specific information.
Not yet.
Generally for a database, we use Java CDK. You could make a connector in the builder if you wrap it in something like https://github.com/mvitlov/firebird-rest|https://github.com/mvitlov/firebird-rest but I assume performance would be not great.
Let me know if you’ll pursue building it in Java.