Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
-
Updated
Dec 5, 2020 - JavaScript
{{ message }}
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Hi,
First of all, thank you all for Falcon. It's awesome.
However, it looks like the Apache Drill connector only works with S3 buckets. Nonetheless, Drill itself is able to query from lots of other places (such as a local filesystem, HDFS, MongoDB...).
Adding generic support for Apache Drill (without the need for S3 credentials) would be great. It would expand Falcon capabilities a lot
Fluent migrations framework for .NET
Pandas on AWS
tbls is a CI-Friendly tool for document a database, written in Go.
An end-to-end GoodReads Data Pipeline for Building Data Lake, Data Warehouse and Analytics Platform.
A color temperature setting library and CLI that operates in a similar way to f.lux and Redshift.
An extensible and highly configurable alternative to redshift
Udacity Data Engineering Nano Degree (DEND)
CLI to measure an AWS EC2/Redshift account's usage and optimize it
A luigi powered analytics / warehouse stack
Feathers database adapter for Objection.js, an ORM based on KnexJS SQL query builder for Postgres, Redshift, MSSQL, MySQL, MariaDB, SQLite3, and Oracle. Forked from feathers-knex.
Get notified for Instances mistakenly left running across all AWS regions for specific AWS Account
Run templatable playbooks of SQL scripts in series and parallel on Redshift, PostgreSQL, BigQuery and Snowflake
A simple collection of tools to help you get started with Amazon Redshift from node.js
DDL parase and Convert to BigQuery JSON schema and DDL statements
Provider for AWS Redshift entities, eg Users, Groups, Permissions, Schemas, Databases
A full data warehouse infrastructure with ETL pipelines running inside docker on Apache Airflow for data orchestration, AWS Redshift for cloud data warehouse and Metabase to serve the needs of data visualizations such as analytical dashboards.
Redshift docker image based on postgres
Terraform module which creates Redshift resources on AWS
SECDatabase.com produced this dataset with the text and detailed numeric information of all financial statements. The Dataset is extracted from corporate annual and quarterly reports filed with the SEC using XBRL since January 2009.
EntityFrameworkCore Start Kit
Add a description, image, and links to the redshift topic page so that developers can more easily learn about it.
To associate your repository with the redshift topic, visit your repo's landing page and select "manage topics."
Describe the bug
With XDG_CONFIG_HOME set to something other than $HOME/.config, the supplied apparmor profile DENIES the file access to the redshift.conf file. Adding the line:
owner @{XDG_CONFIG_HOME}/redshift/redshift.conf r,
to the usr.bin.redshift file fixes this when running redshift from the command line. It does not fix it when running redshift-gtk however.