Splitgraph has been acquired by EDB! Read the blog post.

infrastructure

5 min read

Preview Environments: Spinning up temporary Splitgraph instances from any commit

Dec 20, 2021· By Marko Grujić
We talk about how we use GitLab's review apps functionality to preview and test Splitgraph Cloud deployments.
Read more
 
featured image
Jul 28, 2020 ·By Artjoms Iškovs
8 min read

Splitgraph infrastructure, part 3: Using Docker Compose in production

We finish our overview of Splitgraph's infrastructure by talking about why and how we use Docker Compose to run the Splitgraph registry in production.
Read more
 
Jul 13, 2020 ·By Artjoms Iškovs
6 min read

Throwing away the backend: Towards a data delivery network

We discuss the trends of serverless and edge computing, talk about why our SQL server is open to the public and propose the idea of a data delivery network.
Jul 8, 2020 ·By Artjoms Iškovs
7 min read

Splitgraph infrastructure, part 2: Integration testing with Docker Compose

We continue our overview of Splitgraph's internal build infrastructure by talking about how we run end-to-end integration tests. We also discuss using Jinja to generate configuration and inject secrets into our components.
Jul 6, 2020 ·By Artjoms Iškovs
8 min read

Splitgraph infrastructure, part 1: Using Make to build multiple Docker images efficiently

We begin our overview of Splitgraph's internal build infrastructure by discussing how we build Docker images in development and CI using Make and Docker BuildKit.