Systems | Development | Analytics | API | Testing

Executing SQL Joins in REST APIs Using DreamFactory

As a follow up to our previous blog post about retrieving related data from that REST API, I wanted to dive deeper into the power of the “related records” feature of DreamFactory’s database-backed APIs. One of the powerful features of SQL databases is the ability to relate separate data records and perform queries that retrieve that related data all at once. One problem is that this requires a fairly in-depth knowledge of your database, it’s schema, and SQL syntax.

The Snowflake IPO - What does it mean?

Today, Snowflake began life as a publicly traded company on the New York Stock Exchange. What does it mean? It depends on who you are. For employees, this is of course a huge milestone, especially for the longest serving employees who hired on at the company in 2013 when the company first started staffing beyond its core founding team.

How Neural Guard Built its X-Ray & CT Scanning AI Production Pipeline - Customer Story

Neural Guard produces automated threat detection solutions powered by AI for the security screening market. With the expansion of global trends like urbanization, aviation, mass transportation, and global trade, the associated security and commercial challenges have become ever more crucial.

EP. 3 Developing a Long-Term Data Strategy Minna Karha, Head of Data at Finnair

Minna Karha, Head of Data at Finnair, joins us for this episode of Rise of the Data Cloud. She came to Finnair two and a half years ago as the first person in that role. The company considers data expertise to be essential for its ongoing digital transformation. She built a team and developed a long-term data strategy through 2025. A key element of the strategy is moving much of Finnair’s data to the cloud so it can be more easily integrated. Right now, Finnair is beginning to share data via the cloud with business partners, including other carriers.

Find Where N+1 Database Queries Affect Your Application

One of the Scout’s key features is its ability to quickly highlight N+1 queries in your application that you might not have been aware of, and then show you the exact line of code that you need to look at in order to fix it. In this video, we will use a Ruby on Rails application as an example, but the same concepts apply to other popular web frameworks.