airbytehq / PyAirbyte

PyAirbyte brings the power of Airbyte to every Python developer.
https://docs.airbyte.com/pyairbyte
Other
178 stars 20 forks source link

Build a connector for Mongodb #127

Open CarSomma opened 3 months ago

aaronsteers commented 3 months ago

@CarSomma - Thanks for logging this.

Are you interested in contributing to this feature?

And a few questions for follow-up:

  1. Are you looking for a way to read from Mongo or publish to Mongo? (Or both?)
  2. Are you hoping to do SQL-type analytics on the MongoDB backend - or just as the final destination for data?
CarSomma commented 3 months ago

@CarSomma - Thanks for logging this.

Are you interested in contributing to this feature? Unfortunately, at the moment I don't have capacity and time to contribute to it

And a few questions for follow-up:

  1. Are you looking for a way to read from Mongo or publish to Mongo? (Or both?) Honestly, I know that one can use a pymongo client to read from and insert into Mongo but I thought would be a great feature to have in Pyairbyte also a connector for Mongodb

  2. Are you hoping to do SQL-type analytics on the MongoDB backend - or just as the final destination for data? Not really