Cloud computing, big data, machine learning, data lakes, data warehouses — no doubt, if you’ve been following the tech world you’ve heard these buzz words. These trends and the resulting technologies have changed the world and are continuing to unearth new opportunities for innovation.
If you looked at the face of data integration 15 years ago when Talend, now a behemoth in the space, launched Talend Open Studio the words that came to mind were “drag and drop” interface, SQL-based, on premise, and Windows native. Since then, things have changed dramatically.
“We have observed an industry transition to cloud-based technologies…
If you’re a B2B developer building a new product one of the earliest and most fundamental decisions in the product development phase is
How the heck will I get customer data into the product?
Whether you’re building:
The trend is the same: data is only getting…
If you’re a B2B developer building a product, one of the earliest product development phases is creating a data integration pipeline to import customer data.
In this article, I’ll show you how to leverage Singer’s tap-quickbooks to extract data from Quickbooks. From there I’ll walk you through how to parse the JSON output data from Singer using target-csv and standardize it using a simple Python script.
The code for these examples is available publicly on GitHub here, along with descriptions that mirror the information I’ll walk you through.
These samples rely on a few open source Python packages:
If you’re a B2B developer building a product, one of the earliest product development phases is creating a data integration pipeline to import customer data.
In this article, I’ll show you how to leverage Singer’s tap-salesforce to extract data from Salesforce. From there I’ll walk you through how to parse the JSON output data from Singer using target-csv and standardize it using a simple Python script.
The code for these examples is available publicly on GitHub here, along with descriptions that mirror the information I’ll walk you through.
These samples rely on a few open source Python packages:
Singer is an open-source standard for writing scripts that move data built by the folks over at Stitch. The open source project was introduced by Stitch to make the process of creating data integration “connectors” more standardized and easy — an attractive pull for developers.
In fact, both closed source projects like hotglue and open source projects like Meltano are building off Singer taps to offer platforms that make the process of creating data integration pipelines easier for developers.
However, there is a growing debate over the feasibility of building data pipelines on top of Singer taps. Why?
Airbyte, a…
Hello from the hotglue team! This is part of an ongoing series of posts where we keep track of our updates and milestones. You can also follow us more closely on IndieHackers!
A quick refresher for those who aren’t familiar with hotglue: we make a data integration tool to get customer data into B2B apps.
Our software embeds into apps, enabling developers to support more data sources, manage data cleansing & transformation, and offer a self-serve experience to their users. With hotglue, any developer can build a data integration pipeline in minutes without months of development and maintenance.
We’d love…
Hello from the hotglue team! This will be the first in an ongoing series of posts where we keep track of our updates and milestones. You can also follow us more closely on IndieHackers!
A quick refresher for those who aren’t familiar with hotglue: we make a data integration tool to get customer data into B2B apps.
Our software embeds into apps, enabling developers to support more data sources, manage data cleansing & transformation, and offer a self-serve experience to their users. With hotglue, any developer can build a data integration pipeline in minutes without months of development and maintenance.
…
In this article, you’ll learn how to work with Excel/CSV files in a Python environment to clean and transform raw data into a more ingestible format. This is typically useful for data integration.
This example will touch on many common ETL operations such as filter, reduce, explode, and flatten.
The code for these examples is available publicly on GitHub here, along with descriptions that mirror the information I’ll walk you through.
These samples rely on two open source Python packages:
hotglue is a cloud-based embedded ETL platform designed to help B2B SaaS firms minimize the data integration phase of onboarding new users to your app.
Today, we’re excited to show off an early demo and get some feedback from the community. Feel free to leave comments and ask questions!
Before we get into the meat of it, we think the best way to explain something is to show it. Without further ado, check out our demo below!
We’d love your feedback and are happy to clarify if you have any questions. …
Most B2B software vendors fail to realize that one of their biggest adoption problems…
Co-founder at hotglue, CS at UMD