Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
-
Updated
Aug 19, 2020 - JavaScript
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
CLI to measure an AWS EC2/Redshift account's usage and optimize it
A luigi powered analytics / warehouse stack
Udacity Data Engineering Nano Degree (DEND)
A simple collection of tools to help you get started with Amazon Redshift from node.js
Provider for AWS Redshift entities, eg Users, Groups, Permissions, Schemas, Databases
Redshift docker image based on postgres
EntityFrameworkCore Start Kit
Terraform module which creates Redshift resources on AWS
A simple SQL builder for generate SQL for non-ActiveRecord supports 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.
A no-frills GUI for the excellent Redshift, with some optional OS hotkeys
A wrapper around AWS Kinesis Firehose with retry logic and custom queuing behavior. Requires node >= 6.0.0
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.