Systems | Development | Analytics | API | Testing

5 Tips for Pushing Data from Your Warehouse to SAP

Reverse ETL flips the targets and destinations of the standard ETL (extract, transform, load) process. Instead of collecting your data within a centralized data warehouse, reverse ETL transfers information out of this warehouse and into third-party operational systems for ease of access and better analytics and reporting. That’s all very well and good — but what does reverse ETL look like in practice with systems and software such as SAP?

6 Database Schema Designs and How to Use Them

In this guide, we'll discuss what a database schema is, six database schema designs, and how and why they are used. We know a lot of thought goes into database construction. Before creating any database, developers plan what it should include and how the different aspects work together. This planning ensures a database has the necessary design for its intended use. Coders then use the schema to implement the database’s design.

The Role of the Empowered Citizen Integrator in Democratizing Technology Across the Enterprise

For organizations to succeed today, they have to make data-driven decisions and get the most value out of the information. “To monetize data, companies must first transform it so that it can be reused and recombined to enable new value creation.” Most organizations have a ton of information that is spread across multiple departments. Making sense of the information is no easy task. Inaccurate analytics or delayed insights can put the business in a vulnerable position.

With Stitch, Simba is losing no sleep over aggressive growth plans

“If we didn’t have Stitch, we would have to recruit and hire data engineers, buy space for hundreds of millions of rows that we’re sinking into the database, and on and on. For us, Stitch is essential.” –Tomasz Eitner, BI and Data Analyst, Simba Sleep Simba Sleep has always been a data-driven company. Before the firm was even formally launched, the founders purchased research profiles from more than 10 million sleepers—including 180 million body profile data points.

Top 10 DevOps Tools You Need to Master In 2021

DevOps is all about collaboration and efficiency. The intent is to speed up the software development process to bring the products or services faster to the market. DevOps methodology focuses on standardising the development environment to deliver updates, upgrades, and security features to the end-user more quickly, improving customer privacy and security. So, what DevOps tools should you master?

Service Mesh 102: Envoy Configuration

In my Service Mesh 101 article, I talked about some of the basics behind a service mesh: what it is, what it does and where Envoy fits into a service mesh. Having now covered those basics, I’d like to dig into some more in-depth content focused on the basics of Envoy configuration in a service mesh. Recall from the previous article that several different service meshes use Envoy. Istio is an example of a service mesh that leverages Envoy for its data planes.

Community project showcase: an Ably-Postgres connector to stream DB changes to millions of clients in realtime

Built by our long-time community expert Apoorv Vardhan, the Ably-Postgres connector can listen to changes in a Postgres table and publish realtime messages on Ably channels whenever a change occurs. The connector enables building database-driven realtime applications where long-term storage and update triggers from previously published messages are essential. One such example is an editable chat app, which we’ll talk about later in this article.