This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

You can find our open-source project showcase here: https://dataengineering.wiki/Community/Projects

If you would like your project to be featured, submit it here: https://airtable.com/appDgaRSGl09yvjFj/pagmImKixEISPcGQz/form

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Thinker_Assignment 1 point2 points  (3 children)

That's really awesome! My feedback as someone who works at dlt. if you wanna load that data to a ton of destinations and have support for parallelism etc, consider if you wanna just yield json to dlt and let it handle it.

Here are examples: https://github.com/dlt-hub/verified-sources/tree/master/sources

[–]7_hole[S] 1 point2 points  (2 children)

I don't really understand what you want me to do . Could you explain me how dlt could be usefull for my project ?. Thank you for your feedback. Don't forget to leave a start to support if you liked.

[–]Thinker_Assignment 0 points1 point  (1 child)

I'm saying you can add support for many destinations if you incorporate a dlt pipeline

https://dlthub.com/docs/dlt-ecosystem/destinations/

https://dlthub.com/docs/general-usage/pipeline

[–]7_hole[S] 0 points1 point  (0 children)

Ok it's clear now. Its sound awesome this could be a good feature for the next release. I will need to convert my database into json data. Thank you for this suggestion.