From c1e6f7143042c041b51cca3ad6ea7ad54311c43e Mon Sep 17 00:00:00 2001 From: allan Date: Tue, 25 Jul 2023 08:52:27 +0000 Subject: [PATCH 1/2] chore: line spacing --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9ff4e8a..6c8369a 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,31 @@ Get control over your manual data modifications! Alternatives to Data Controller include: 🏃 Running #SAS or #SQL updates in production + ❓ Asking a #DBA to run validated code after a change management process + 💾 Developing / testing / deploying / scheduling overnight batch jobs to load files from shared drives + 🔒 Opening (and locking) datasets in Enterprise Guide or SAS® Table Viewer to perform direct updates + 🌐 Building & maintaining your own custom web application Problems with the above include: ❌ Risk of manual error / data corruption + ❌ End users requiring direct write access to critical data sources in production + ❌ Breaches due to unnecessary parties having access to the data + ❌ Inability to trace who made a change, when, and why + ❌ Reliance on key individuals to perform updates + ❌ Building bespoke ETL for every new data source + ❌ Upload routines that must be manually modified for table changes + ❌ Legacy 'black box' solutions with little to no testing, documentation or support Data Controller for SAS® solves all these issues in a simple-to-install, user-friendly, secure, documented, battle-tested web application. Available on Viya, SAS 9 EBI, and [SASjs Server](https://server.sasjs.io). From fefdfaf17b6bf4327374b1a765210f54f2c3b0d8 Mon Sep 17 00:00:00 2001 From: allan Date: Tue, 25 Jul 2023 08:56:07 +0000 Subject: [PATCH 2/2] chore: readme tidyup --- README.md | 46 +++++++++++++++++----------------------------- 1 file changed, 17 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 6c8369a..18764b0 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,30 @@ # Data Controller for SAS -Get control over your manual data modifications! +**Control your manual data modifications!** -Alternatives to Data Controller include: +_Alternatives to Data Controller include:_ -🏃 Running #SAS or #SQL updates in production +* 💾 Developing / testing / deploying / scheduling overnight batch jobs to load files from shared drives +* 🔒 Opening (and locking) datasets in Enterprise Guide or SAS® Table Viewer to perform direct updates +* ❓ Asking a #DBA to run validated code after a change management process +* 🌐 Building & maintaining your own custom web application +* 🏃 Running #SAS or #SQL updates in production -❓ Asking a #DBA to run validated code after a change management process +_Problems with the above include:_ -💾 Developing / testing / deploying / scheduling overnight batch jobs to load files from shared drives - -🔒 Opening (and locking) datasets in Enterprise Guide or SAS® Table Viewer to perform direct updates - -🌐 Building & maintaining your own custom web application - -Problems with the above include: - -❌ Risk of manual error / data corruption - -❌ End users requiring direct write access to critical data sources in production - -❌ Breaches due to unnecessary parties having access to the data - -❌ Inability to trace who made a change, when, and why - -❌ Reliance on key individuals to perform updates - -❌ Building bespoke ETL for every new data source - -❌ Upload routines that must be manually modified for table changes - -❌ Legacy 'black box' solutions with little to no testing, documentation or support +* Legacy 'black box' solutions with little to no testing, documentation or support +* End users requiring direct write access to critical data sources in production +* Upload routines that must be manually modified when the data model changes +* Breaches due to unnecessary parties having access to the data +* Inability to trace who made a change, when, and why +* Reliance on key individuals to perform updates +* Building bespoke ETL for every new data source +* High risk of manual error / data corruption Data Controller for SAS® solves all these issues in a simple-to-install, user-friendly, secure, documented, battle-tested web application. Available on Viya, SAS 9 EBI, and [SASjs Server](https://server.sasjs.io). For more information: * Main site: https://datacontroller.io -* Pricing: https://datacontroller.io/pricing * Docs: https://docs.datacontroller.io -* SAS Code: https://code.datacontroller.io \ No newline at end of file +* Code: https://code.datacontroller.io \ No newline at end of file