Skip to content

Commit

Permalink
Add badges (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramin authored Jan 26, 2024
1 parent 9dbbf2d commit fcb1fae
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 9 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ This repository contains a collection of demo projects for data generation, mask


## Demos
- [TDK + PostgreSQL](postgres/README.md) – generation for an empty database, generation based on existing data, masking, and subsetting for the Postgres sample database.
- [TDK + MySQL](mysql/README.md) – masking and subsetting for the MySQL sample database.
- [TDK + PostgreSQL](postgres/README.md) – generation for an empty database, generation based on existing data, masking, and subsetting for the Postgres sample database ![test postgres](https://github.com/synthesized-io/tdk-demo/actions/workflows/test_postgres.yml/badge.svg)
- [TDK + MySQL](mysql/README.md) – masking and subsetting for the MySQL sample database ![test mysql](https://github.com/synthesized-io/tdk-demo/actions/workflows/test_mysql.yml/badge.svg)
- [TDK + SQLite](sqlite/README.md) - Investigate the SQL Murder Mystery with Stnthesized TDK ![test sqlite](https://github.com/synthesized-io/tdk-demo/actions/workflows/test_sqlite.yml/badge.svg)
- [TDK + Oracle](oracle/README.md) – an example of how to mask the Oracle sample database and import it into Postgres.
- [TDK + DB2](db2/README.md) – an example of how to mask the emdedded DB2 sample database.
- [TDK + PostgreSQL + Vault](vault/README.md) – how to use TDK with Hashicorp Vault secret manager for Postgres database.
- [TDK + PostgreSQL + Vault](vault/README.md) – how to use TDK with Hashicorp Vault secret manager for Postgres database ![test vault](https://github.com/synthesized-io/tdk-demo/actions/workflows/test_vault.yml/badge.svg)


## Tools
Expand Down
2 changes: 1 addition & 1 deletion db2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TDK DB2 LUW Demo
# Synthesized TDK DB2 LUW Demo

Spin up databases:
```shell
Expand Down
4 changes: 3 additions & 1 deletion mysql/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# TDK MySQL Demo
# Synthesized TDK MySQL Demo

![test mysql](https://github.com/synthesized-io/tdk-demo/actions/workflows/test_mysql.yml/badge.svg)

[Sakila](https://dev.mysql.com/doc/sakila/en) is a sample database schema that can be used in MySQL tutorials, articles, demos, etc.

Expand Down
2 changes: 1 addition & 1 deletion oracle/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TDK Oracle Demo
# Synthesized TDK Oracle Demo

[Sakila for Oracle](https://github.com/jOOQ/sakila/tree/main/oracle-sakila-dba) is an Oracle port of the legendary MySQL [Sakila](https://dev.mysql.com/doc/sakila/en) sample database.

Expand Down
4 changes: 3 additions & 1 deletion postgres/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# TDK PostgreSQL Demo
# Synthesized TDK PostgreSQL Demo

![test postgres](https://github.com/synthesized-io/tdk-demo/actions/workflows/test_postgres.yml/badge.svg)

[Pagila](https://github.com/devrimgunduz/pagila) is a PostgreSQL version of the well-known MySQL [Sakila](https://dev.mysql.com/doc/sakila/en) sample database.

Expand Down
4 changes: 3 additions & 1 deletion sqlite/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# TDK SQLite Demo
# Synthesized TDK SQLite Demo

![test sqlite](https://github.com/synthesized-io/tdk-demo/actions/workflows/test_sqlite.yml/badge.svg)

[SQL Murder Mystery](https://mystery.knightlab.com) is an interactive online game that allows users to learn and practice SQL skills while solving a murder mystery. With the help of TDK, we will enhance your investigation in SQL City, making it even more interesting and sophisticated.

Expand Down
4 changes: 3 additions & 1 deletion vault/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# tdk-vault-demo
# Synthesized TDK Vault Demo

![test vault](https://github.com/synthesized-io/tdk-demo/actions/workflows/test_vault.yml/badge.svg)

Run Vault server and databases:
```shell
Expand Down

0 comments on commit fcb1fae

Please sign in to comment.