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

Commit

Permalink
Blogpost/dbt (#76)
Browse files Browse the repository at this point in the history
* Add a blog post on using dbt with Splitgraph.

* Fix various style errors and add a two-database join diagram

* Fix wrong diagram file and title
  • Loading branch information
mildbyte authored Jul 13, 2020
1 parent 852b28b commit 3035fe3
Show file tree
Hide file tree
Showing 4 changed files with 488 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/blog/20200626_datagrip.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const meta = {
"We discuss a philosophy of not breaking existing abstractions " +
"that we think explains the success of tools like Docker and Git and how " +
"we applied it to Splitgraph, helping us launch with multiple integrations.",
related: ["introduction-to-splitgraph", "treat-data-like-cattle", "foreign-data-wrappers"],
related: ["introduction-to-splitgraph", "treat-data-like-cattle", "foreign-data-wrappers", "dbt"],
};

[Splitgraph](https://www.splitgraph.com) is a tool that makes it easier for data engineers and data scientists to build, query and share datasets. It uses [PostgreSQL](https://www.postgresql.org/) as a foundation and is compatible with anything that works with PostgreSQL.
Expand Down
2 changes: 1 addition & 1 deletion content/blog/20200702_foreign-data-wrappers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const meta = {
"We talk about foreign data wrappers, a PostgreSQL feature that lets you query " +
"remote databases directly from your PostgreSQL instance. We also demonstrate how " +
"to integrate them with Splitgraph.",
related: ["introduction-to-splitgraph", "splitgraph-datagrip", "40k-sql-datasets"],
related: ["introduction-to-splitgraph", "splitgraph-datagrip", "40k-sql-datasets", "dbt"],
};

## Introduction
Expand Down
Loading

0 comments on commit 3035fe3

Please sign in to comment.