#
data-modeling
Here are 204 public repositories matching this topic...
A hackable data integration & analysis tool to enable non technical users to edit data processing jobs and visualise data on demand.
-
Updated
Sep 8, 2020 - Java
Few projects related to Data Engineering including Data Modeling, Infrastructure setup on cloud, Data Warehousing and Data Lake development.
infrastructure
aws
postgres
data
airflow
cloudformation
cassandra
cluster
aws-s3
aws-sdk
data-warehouse
data-engineering
data-lake
aws-ec2
postgresql-database
data-modeling
cassandra-database
etl-pipeline
data-engineering-pipeline
airflow-operators
-
Updated
Mar 5, 2020 - Python
A simple, easy to use data modeling framework for JavaScript
javascript
data
demo
filter
drop
data-visualization
namespace
javascript-library
sort
data-structures
dataset
requirejs
cleanup
group
data-modeling
groupby
orderby
js-schema
multiple-datasets
-
Updated
Apr 19, 2018 - JavaScript
Nebrethar
commented
Sep 9, 2020
Is your feature request related to a problem? If so, please describe the problem:
When installing Augur, I tried to set up a local database. When creating database credentials, the password was not hidden while I was typing it in.
Potential solutions:
Please implement password hiding in the install, if you can.
Additional context:
The places I found this issue were in creating
Typed struct and value objects
-
Updated
Sep 11, 2020 - Ruby
Sample databases for postgres
-
Updated
Aug 13, 2019 - PLpgSQL
Projects done in the Data Engineering Nanodegree by Udacity.com
aws
postgres
cassandra
udacity-course
data-engineering
data-modeling
udacity-nanodegree
dimensional-model
-
Updated
Aug 7, 2019 - Jupyter Notebook
the high code framework
kubernetes
workflow
devops
dependency-manager
code-generator
scripting-language
set-theory
polyglot
data-modeling
low-code
schema-management
declarative-programming
workspaces
hofstadter
migrations-generator
cuelang
high-code
-
Updated
Sep 9, 2020 - Go
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
Deprecated: Use the @encapsule/arccore package that includes the graph library
javascript
graph-algorithms
directed-graph
graph-theory
arccore
breadth-first-search
data-modeling
depth-first-search
in-memory-storage
json-container
in-memory-database
edge-classification
-
Updated
Aug 21, 2018 - JavaScript
WG3 Metadata Specification
-
Updated
Nov 5, 2018 - Python
Blazing fast data modeling and enrichment
-
Updated
May 28, 2020 - JavaScript
Basic Rules of Cassandra Data Modeling
-
Updated
Feb 15, 2018
JobAnalytics system consumes data from multiple sources and provides valuable information to both job hunters and recruiters.
python
aws
airflow
sql
spark
analytics
s3
jobs
pyspark
data-engineering
data-lake
redshift
jobseeker
jobsearch
data-modeling
data-pipeline
jobscheduler
-
Updated
Jul 27, 2020 - Python
Development of the Gellish Communicator reference application and tools for universal data exchange and data integration supporting Formal English and other Gellish formalized natural languages.
nlp
taxonomies
natural-language-processing
databases
ontology
interoperability
classification
data-integration
family
data-management
reference-implementation
query-language
data-modeling
formal-languages
data-exchange
knowledge-representation
universal-interface
knowledge-modeling
interoperability-of-systems
gellish
formalized-natural-language
-
Updated
Nov 12, 2018 - Python
Simple implementation of spatial skyline query algorithms
-
Updated
Feb 3, 2017 - Java
Mapping of DWH database tables to business entities, attributes & metrics in Python, with automatic creation of flattened tables
-
Updated
Jul 10, 2020 - Python
Data modeling and code scaffolding for data integration in MarkLogic
-
Updated
Jun 19, 2019 - XQuery
Data-modeling and processing framework for automating Python and SQL tasks.
-
Updated
Sep 16, 2020 - Python
Amazon DynamoDB Data Modeling Course
-
Updated
Mar 5, 2020 - Python
A collection of resources and tutorials to design a better database schema.
mysql
awesome
sql
database
rdbms
awesome-list
database-schema
entity-relationship
data-modeling
database-design
schema-design
entity-relation
-
Updated
Jul 7, 2020
Unified data modeling
-
Updated
Jun 17, 2019 - JavaScript
tranSMART Arborist ETL toolkit
-
Updated
Jul 31, 2020 - Python
A Multi-Database JavaScript query builder
elasticsearch
data
database
mongodb
filter
data-modeling
database-api
querycraft
querycraft-filter-builder
-
Updated
Jul 7, 2020 - TypeScript
Personal Data Engineering Projects
postgres
airflow
spark
cassandra
mongodb
data-warehouse
data-engineering
data-lake
scrapy
data-modeling
aws-redshift
star-schema
ingest-data
data-engineering-nanodegree
-
Updated
Jun 3, 2020 - Jupyter Notebook
This repo contains sample data models to demonstrate design patterns for Amazon DynamoDB.
-
Updated
Sep 12, 2020
Deep Learning in Medical Sciences to solve tricky problems related to both relational and non-relational data alongside techniques of Computer Vision.
deep-learning
tensorflow
keras
cnn
dnn
datascience
neural-networks
preprocessing
data-modeling
data-preparation
matplotlib-pyplot
-
Updated
Jul 23, 2020 - Python
Improve this page
Add a description, image, and links to the data-modeling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-modeling topic, visit your repo's landing page and select "manage topics."
Describe the bug
When I run
dbt compileagainst our redshift data warehouse the command fails with the errorThe error only occurs when threads > 1 and
method: iamis used.From what I can gather this is happening because the boto session object is not thread safe and it is being accessed from multiple threads without being protected, and this