From an employee/engineering perspective, spinning out products with seed funding sounds like the coolest possible way to approach growth for established companies. The idea you could work somewhere big and then have the opportunity to do a startup with a direct piece of the upside seems amazing. From a product perspective, you get a clean slate and some sales support from your old company who have a stake in seeing…
Clayton Christensen wrote about this extensively in The Innovator's Dilemma. I read it and enjoyed it
Meltano raises $4.2M seed round
21–23 of 23 posts
Re: Meltano raises $4.2M seed round
#22Earlier quoted context omitted.
Meltano is an open source platform for ELT (Extract, Load Transform) pipelines that leverages Singer for data integration and dbt for transformation. It may not be clear from the blog post (since it's not focused on introducing the product), but I hope the homepage would get that across: https://meltano.com/ Please let me (Meltano CEO) know how we could make that more obvious!
Hi ... Get some corridor feedback :) ELT isn't explained, and probably a few other terms as well. It's just not clear what either the value or purpose is. In my opinion, that is.
Instead of trying to save space in your destination app by filtering data and only pushing what you need into your Database/Datawarehouse (Snowflake, Redshift, Postgres, MSSQL, etc) throw all of your data from your sources into the Database. They are super fast and storage is cheap. The expensive thing now is DEV time so optimize for that.
Re: Meltano raises $4.2M seed round
#23Earlier quoted context omitted.
Meltano is a open source platform for automating ELT pipelines.
Is there any significant difference from the traditional ETL?
You can still only pull the data that you need using Meltano, but you select things on a "Stream" / "Attributes" level. For source DBs this means something like Table and Field level is as granular as you get.