From b835bf8146f2c0f2cfd2b2b99a11bf380f8af734 Mon Sep 17 00:00:00 2001 From: Anton Revyako <25583420+antonrevyako@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:03:35 +0100 Subject: [PATCH 1/3] holistic.dev --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4b4c71..53b135e 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,7 @@ Low-code and no-code platforms for application building ## SQL ### Analyzers +- [Holistic.dev](https://holistic.dev) - Automatic detection service for database performance, security, and architecture issues - [SQLCheck](https://github.com/jarulraj/sqlcheck) - Automatically detects common SQL anti-patterns. - [SQLFluff](https://github.com/sqlfluff/sqlfluff) - Dialect-flexible and configurable SQL linter. - [SQLLineage](https://github.com/reata/sqllineage) - SQL Lineage Analysis Tool powered by Python. From 82335a90fb2af221dc5fba581b64fb12299db8a8 Mon Sep 17 00:00:00 2001 From: Anton Revyako <25583420+antonrevyako@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:08:58 +0100 Subject: [PATCH 2/3] dwh.dev --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53b135e..820b515 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,8 @@ For updates on `awesome-db-tools` and thoughts/news about databases/tools/SQL fo - [Plan](#plan) - [Scripts](#scripts) - [Data](#data) - - [Catalog](#catalog) + - [Catalog](#catalog) + - [Lineage](#lineage) - [Generation/Masking/Subsetting](#generationmaskingsubsetting) - [Replication](#replication) - [Compare](#compare) @@ -421,6 +422,9 @@ Useful SQL-scripts for various purposes - [DataHub](https://github.com/datahub-project/datahub) - The Metadata Platform for the Modern Data Stack. - [Marquez](https://github.com/MarquezProject/marquez) - Collect, aggregate, and visualize a data ecosystem's metadata. +### Lineage +- [Dwh.dev](https://dwh.dev) - Nexgen data lineage for Snowflake + ### Generation/Masking/Subsetting - [Benerator](https://github.com/rapiddweller/rapiddweller-benerator-ce) - Generate, obfuscate (anonymize / pseudonymize) and migrate data for development, testing and training purposes. - [dbForge Data Generator for MySQL](https://www.devart.com/dbforge/mysql/data-generator) - Powerful GUI tool for creating massive volumes of realistic test data. From 0ff792c0dd9a86d3622a55657582cba715d612fb Mon Sep 17 00:00:00 2001 From: Anton Revyako <25583420+antonrevyako@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:35:23 +0100 Subject: [PATCH 3/3] fix punctuation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 820b515..88ad3cf 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,7 @@ Low-code and no-code platforms for application building ## SQL ### Analyzers -- [Holistic.dev](https://holistic.dev) - Automatic detection service for database performance, security, and architecture issues +- [Holistic.dev](https://holistic.dev) - Automatic detection service for database performance, security, and architecture issues. - [SQLCheck](https://github.com/jarulraj/sqlcheck) - Automatically detects common SQL anti-patterns. - [SQLFluff](https://github.com/sqlfluff/sqlfluff) - Dialect-flexible and configurable SQL linter. - [SQLLineage](https://github.com/reata/sqllineage) - SQL Lineage Analysis Tool powered by Python. @@ -423,7 +423,7 @@ Useful SQL-scripts for various purposes - [Marquez](https://github.com/MarquezProject/marquez) - Collect, aggregate, and visualize a data ecosystem's metadata. ### Lineage -- [Dwh.dev](https://dwh.dev) - Nexgen data lineage for Snowflake +- [Dwh.dev](https://dwh.dev) - Nexgen data lineage for Snowflake. ### Generation/Masking/Subsetting - [Benerator](https://github.com/rapiddweller/rapiddweller-benerator-ce) - Generate, obfuscate (anonymize / pseudonymize) and migrate data for development, testing and training purposes.