#
data-modeling
Here are 202 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
mrsaicharan1
commented
Jul 6, 2020
Description
Workers across our data collection platform import & utilize a lot of modules/functions. This is a parent issue related to improving the testability of the modules across augur.
Typed struct and value objects
-
Updated
Jun 24, 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
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 9, 2020 - Python
Mapping of DWH database tables to business entities, attributes & metrics in Python, with automatic creation of flattened tables
-
Updated
Jul 10, 2020 - Python
Amazon DynamoDB Data Modeling Course
-
Updated
Mar 5, 2020 - Python
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
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
Code and documentation for the collaboration with OpenCity during Sprint' 2018
-
Updated
Jul 24, 2019 - Jupyter Notebook
Meta-model entity generator
-
Updated
Feb 28, 2017 - 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 using SQL line comment (
-- comment) at the end of lines and running multiple SQL queries (separated by semicolons) within one statement block, if any one-line query has a line comment after it (on the same line), that command won't be executed (i.e. not submitted to the database at all)