-
Updated
Sep 6, 2020 - Java
#
data-governance
Here are 47 public repositories matching this topic...
Collect, aggregate, and visualize a data ecosystem's metadata
data-catalog
data-discovery
data-dictionary
data-governance
data-lineage
data-provenance
metadata-service
ODPi Egeria's Guidance on Governance - simplifying governance for the enterprise
-
Updated
Jun 4, 2020
This Apache Atlas is built from the latest release source tarball and patched to be run in a Docker container.
-
Updated
Sep 8, 2020 - Shell
Business Intelligence and Data Warehousing
mysql
bi
etl
data-warehouse
business-intelligence
pentaho
pdi
data-integration
pentaho-data-integration
tableau
data-modeling
datalake
mysql-workbench
dremio
data-governance
-
Updated
Aug 10, 2020 - TSQL
Generate and Visualize Data Lineage from query history
-
Updated
Jul 11, 2020 - Python
anantdamle
commented
Jul 7, 2020
Add more logging in all modules to emit debug signals for improved logging.
an open source dataworks platform
-
Updated
Jul 1, 2020 - Java
An Avro Schema Registry with MySQL backend.
mysql
go
kubernetes
cli
registry
typescript
scala
schema
avro
helm
semantic-versioning
data-governance
-
Updated
Jun 16, 2018 - Scala
Business Intelligence and Data Warehousing (Blended)
mysql
bi
etl
data-warehouse
business-intelligence
pentaho
pdi
data-integration
tableau
mysql-workbench
data-governance
-
Updated
Aug 10, 2020 - TSQL
Python package to manage Google Cloud Data Catalog tags, loading metadata from external sources -- currently supports the CSV file format
-
Updated
Sep 5, 2020 - Python
TrialChain is a blockchain implementation to track and validate data assets captured for clinical research and clinical trials.
-
Updated
Oct 21, 2019 - Python
Mapping of DWH database tables to business entities, attributes & metrics in Python, with automatic creation of flattened tables
-
Updated
Jul 10, 2020 - Python
Huemul BigDataGovernance, es una framework que trabaja sobre Spark, Hive y HDFS. Permite la implementación de una estrategia corporativa de dato único, basada en buenas prácticas de Gobierno de Datos. Permite implementar tablas con control de Primary Key y Foreing Key al insertar y actualizar datos utilizando la librería, Validación de nulos, largos de textos, máximos/mínimos de números y fechas, valores únicos y valores por default. También permite clasificar los campos en aplicabilidad de derechos ARCO para facilitar la implementación de leyes de protección de datos tipo GDPR, identificar los niveles de seguridad y si se está aplicando algún tipo de encriptación. Adicionalmente permite agregar reglas de validación más complejas sobre la misma tabla.
data
spark
hive
hadoop
bigdata
cloudera
data-warehouse
data-engineering
parquet
chile
hortonworks
data-engineer
gdpr
datamart
spark-sql
dataquality
data-governance
huemul-bigdatagovernance
trabaja-sobre-spark
huemul
-
Updated
Aug 25, 2020 - Scala
an data-centric government platform
-
Updated
Jul 2, 2020 - JavaScript
Python samples to help Data Citizens who work with Google Cloud Data Catalog
-
Updated
May 29, 2020 - Python
This is a compilation of Data Governance resources, examples, models and communities
-
Updated
Apr 16, 2019
mesmacosta
commented
May 6, 2020
What would you like to be added:
Split the documentation into separate README files for each command group.
Why is this needed:
Currently the README.md documentation is too large, it would be easier to have a separate file for each command group.
One for tags, one for tag-templates, one f
Repository for the platform cooperative research group
platform
foss
governance
collaborative-research
sharing-economy
business-models
data-governance
sharing-platform
social-entrepreneurship
platform-architecture
cooperatives
solidarity-economy
platform-cooperativism
platform-governance
digital-coops
tech-coops
blockchain-cooperatives
cooperative-business
cognitive-capitalism
governance-models
-
Updated
Aug 28, 2020
Describe your Data Protection rules and Personal Identifying Information as part of your schema
schema
kafka
protobuf
avro
schema-registry
schema-evolution
governance
gdpr
data-governance
data-lineage
gdpr-tracker
lgpd
crypto-shredding
-
Updated
Sep 9, 2020 - Java
Out of the box scheduling, logging, monitoring and data governance for your scala ETL jobs.
-
Updated
Oct 21, 2017 - Scala
Controlled vocabulary used for Rich Context and ADRF.
metadata
jupyter
linked-data
ontology
rdflib
knowledge-graph
json-ld
datasets
skos
controlled-vocabularies
dcat
evidence-based
data-governance
rich-context
-
Updated
Jul 10, 2020 - Python
Raccogliamo qui tutti i link alle risorse menzionate durante i nostri QShare
data-science
machine-learning
deep-learning
artificial-intelligence
data-engineering
data-visualisation
software-engineering
dev-ops
data-governance
data-ops
ml-ops
-
Updated
Apr 29, 2020
Repo for the Bikestream project (aka Databike Pilot Project)
public-transportation
sustainability
transportation
internet-of-things
open-data
public-health
bikesharing
citizen-science
gps-tracking
data-governance
mobility-as-a-service
electric-bicycle
sustainable-cities-communities
micromobility
fitness-tracking
intelligent-transportation
mobility-data
shared-mobility
dockless-mobility
platform-cooperativism
-
Updated
Aug 29, 2020 - Python
Multi-cloud data engineering platform to build reliable data pipelines in a consistent way.
automation
sdk
etl
data-engineering
data-pipeline
data-warehousing
extract-transform-load
software-development-kit
data-enrichment
data-governance
data-ownership
-
Updated
Sep 2, 2020 - Go
Turn your data into a strategic asset
-
Updated
Mar 10, 2020
Simple Python app that connects to Power BI Report Server, crunch it's metadata and load it to IGC(IBM Information Governance Catalog)
-
Updated
Jan 11, 2019 - Python
Utilities for managing Buffer's Data Tracking Plan
-
Updated
Jul 23, 2020 - Python
Maidenpool's Open Source Data Store for Privacy and Regulatory Compliance.
api
data-storage
compliance
gdpr
nodejs-server
privacy-protection
pii
data-governance
ccpa
pecr
maidenpool
-
Updated
Aug 28, 2020
Improve this page
Add a description, image, and links to the data-governance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-governance topic, visit your repo's landing page and select "manage topics."
In SubjectAreaRESTServicesInstance, it hard codes the default page size as 0, this is not correct
public static final String PAGE_SIZE_DEFAULT_VALUE = "0";
it should be changed to
public static final String PAGE_SIZE_DEFAULT_VALUE = "1000";
So it is consistent with OMAGServerConfig default
private static final int defaultMaxPageSize = 1000;