Show HN: Singer – Simple, Composable Open Source ETL
11–20 of 23 posts
Re: Show HN: Singer – Simple, Composable Open Source ETL
#12Are there similar products on the market? How is ETL typically done today?
ETL definitely existed before Singer and Stitch, however, and two of the most well known enterprise-focused products are Informatica and Talend.
Re: Show HN: Singer – Simple, Composable Open Source ETL
#13Hi, I'm the CEO of Stitch, the company behind Singer. Here's our blog post with more information: https://blog.stitchdata.com/introducing-singer-simple-compos... Singer is an open-source standard for writing scripts that move data between databases, web APIs, files, queues, and just about anything else you can think of. Lots of companies build ETL scripts to move their data, and there's a huge amount of rework that h…
Re: Show HN: Singer – Simple, Composable Open Source ETL
#14The question I would have to you is this: if the API (or however a tap extracts information) for a given service changes, who is responsible for updating the tap, and is there any way to verify that a tap will extract the data correctly and that said tap isn't assuming an old version of the API?
(Sorry if I'm misunderstanding the way that Singer or any of its associated services work)
Re: Show HN: Singer – Simple, Composable Open Source ETL
#15Looks very cool and it definitely addresses a problem that not only many organizations have but also many individuals have. I know personally I have struggled with moving my data out of various services many times before. The question I would have to you is this: if the API (or however a tap extracts information) for a given service changes, who is responsible for updating the tap, and is there any way to verify that…
That may not be the case with 100% of the community built/ maintained integrations, but our goal with the Singer Slack community and list serve is to connect people using these taps to so that they can validate which are working well and which need additional work.
Re: Show HN: Singer – Simple, Composable Open Source ETL
#16Are there similar products on the market? How is ETL typically done today?
Re: Show HN: Singer – Simple, Composable Open Source ETL
#17Are there similar products on the market? How is ETL typically done today?
Re: Show HN: Singer – Simple, Composable Open Source ETL
#18Hi, I'm the CEO of Stitch, the company behind Singer. Here's our blog post with more information: https://blog.stitchdata.com/introducing-singer-simple-compos... Singer is an open-source standard for writing scripts that move data between databases, web APIs, files, queues, and just about anything else you can think of. Lots of companies build ETL scripts to move their data, and there's a huge amount of rework that h…
Do you plan to open-source any of your targets (e.g. BigQuery)?
It's not as much a matter of open-sourcing the targets within Stitch because our functionality around data warehouse loading includes a lot of things like multi-tenancy, monitoring, and alerting that are necessary for running a SaaS service but not as relevant for a single organization's internal use.
In the meantime, our hope with the CSV target was that it would be a helpful intermediate step for getting data almost anywhere. Here's Google's documentation for loading CSV files into BigQuery: https://cloud.google.com/bigquery/loading-data#loading_csv_f...
Re: Show HN: Singer – Simple, Composable Open Source ETL
#19Re: Show HN: Singer – Simple, Composable Open Source ETL
#20This has been attempted before by many companies and many standards. No standard is robust enough and no company strong enough to get everyone to use it. I really really hope is gains adoption though!
I'd love to know which previous standards you're referring to, could you elaborate?