Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit 37dd1f7

Browse files
committed
Fixup some related links
1 parent 8fbfece commit 37dd1f7

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

content/blog/20200702_foreign-data-wrappers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const meta = {
88
"We talk about foreign data wrappers, a PostgreSQL feature that lets you query " +
99
"remote databases directly from your PostgreSQL instance. We also demonstrate how " +
1010
"to integrate them with Splitgraph.",
11-
related: ["introduction-to-splitgraph", "splitgraph-datagrip", "40k-sql-datasets", "dbt"],
11+
related: ["introduction-to-splitgraph", "splitgraph-matomo-elasticsearch-metabase", "40k-sql-datasets", "dbt"],
1212
};
1313

1414
## Introduction

content/blog/20200714_dbt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const meta = {
88
"We discuss how you can use Splitgraph with dbt to add versioning and " +
99
"cross-database joins to dbt models. We also show how to use dbt to reference Splitgraph datasets, " +
1010
"including through a purpose-built Splitgraph adapter.",
11-
related: ["introduction-to-splitgraph", "datagrip", "foreign-data-wrappers"],
11+
related: ["introduction-to-splitgraph", "datagrip", "foreign-data-wrappers", "splitgraph-matomo-elasticsearch-metabase"],
1212
};
1313

1414
[Splitgraph](https://www.splitgraph.com) is a data management, building and sharing tool inspired by Docker and Git that works on top of PostgreSQL and integrates seamlessly with anything that uses PostgreSQL.

content/blog/20200819_data-delivery-network-launch.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ export const meta = {
88
"We launch the Splitgraph Data Delivery Network: a single endpoint that lets " +
99
"any PostgreSQL application, client or BI tool to connect and query over 40,000 " +
1010
"public datasets hosted or proxied by Splitgraph.",
11-
related: ["introduction-to-splitgraph", "40k-sql-datasets", "data-delivery-network"],
11+
related: ["introduction-to-splitgraph", "40k-sql-datasets", "data-delivery-network",
12+
"splitgraph-matomo-elasticsearch-metabase"],
1213
};
1314

1415
Today, we are announcing the next step for Splitgraph: the [**Splitgraph Data Delivery Network**](https://www.splitgraph.com/connect).

content/blog/20200918_splitgraph-matomo-elasticsearch-metabase.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const meta = {
77
description:
88
"We talk about how we use Metabase, Splitgraph and PostgreSQL foreign data wrappers to build BI " +
99
"dashboards that are backed by federated queries across our Matomo and Elasticsearch instances.",
10-
related: ["introduction-to-splitgraph", "data-delivery-network", "data-delivery-network-launch", "dbt"],
10+
related: ["data-delivery-network", "data-delivery-network-launch", "foreign-data-wrappers", "dbt"],
1111
};
1212

1313
[Splitgraph](https://www.splitgraph.com) is powered by data. We use [Metabase](https://www.metabase.com/) to build BI dashboards that can answer questions about how people interact with us. These dashboards reference our Web analytics data, user data and all events happening across the estate. We can find out how many people queried the Splitgraph [Data Delivery Network](https://www.splitgraph.com/connect) on a given week, how they found Splitgraph, or if they ever pulled a data image.

0 commit comments

Comments
 (0)