{"id":19041035,"url":"https://github.com/everythingme/redshift_console","last_synced_at":"2025-04-15T11:13:09.466Z","repository":{"id":29932289,"uuid":"33478467","full_name":"EverythingMe/redshift_console","owner":"EverythingMe","description":"Redshift Ops Console","archived":false,"fork":false,"pushed_at":"2015-10-26T06:14:16.000Z","size":1163,"stargazers_count":92,"open_issues_count":14,"forks_count":22,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-15T11:12:49.447Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EverythingMe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-06T11:17:16.000Z","updated_at":"2024-11-17T23:41:57.000Z","dependencies_parsed_at":"2022-09-07T06:11:08.219Z","dependency_job_id":null,"html_url":"https://github.com/EverythingMe/redshift_console","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EverythingMe%2Fredshift_console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EverythingMe%2Fredshift_console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EverythingMe%2Fredshift_console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EverythingMe%2Fredshift_console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EverythingMe","download_url":"https://codeload.github.com/EverythingMe/redshift_console/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249058384,"owners_count":21205911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T22:26:36.679Z","updated_at":"2025-04-15T11:13:09.441Z","avatar_url":"https://github.com/EverythingMe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redshift Console\n\n_Redshift Console_'s goal is to be the tool to monitor and manage a Redshift cluster. The first release has basic tools to monitor running queries, WLM queue and your tables/schemas.\n\nAfter over a year of managing our Redshift cluster with a collection of scripts and queries, we decided to bundle this into a more user friendly tool that can be used by a wider audience. This project also aims to uncover all the useful information hidden in [Redshift's Developer Guide](http://docs.aws.amazon.com/redshift/latest/dg/) (such as the [table design status](http://docs.aws.amazon.com/redshift/latest/dg/c_analyzing-table-design.html) query).\n\n![Screenshots](https://dl.dropboxusercontent.com/u/2186704/rdc_screenshots.gif)\n\n### Features\n\n* Inflight queries view with option to cancel any query and view related alerts (when available; from [STL_ALERT_EVENT_LOG](http://docs.aws.amazon.com/redshift/latest/dg/r_STL_ALERT_EVENT_LOG.html)).\n* WLM queue view.\n* Schemas view with additional information for each table including: total size (rows/MB), unsorted area size, is the table properly distributed and more.\n* Load errors (aggregated view) from the past 24h, based on [STL_LOAD_ERRORS](http://docs.aws.amazon.com/redshift/latest/dg/r_STL_LOAD_ERRORS.html)\n\n### Roadmap\n\nThis project is safe for usage, but still in its early stage (version 0.1). Future versions will include:\n\n* Loads - Progress of current operations and history of recent ones.\n* Vacuum status.\n* SNS/CloudWatch integration to show metrics and events from AWS' console.\n* Proactive notifications re. important events in the system: long running queries, problems, changes to the schema, dangerous levels of unsorted areas and more.\n\nWe are always happy to receive feedback and suggestions, especially if they are accompanied by a pull request.\n\n## Usage\n\nYou can either use the PyPI package or the docker image.\n\n#### PyPI\n\n1. The easiest way to install the project is from pypi:\n\n  ```bash\n  $ pip install redshift-console\n  ```\n\n2. Settings are set from environment variables. The main setting to set is the connection string to your Redshift cluster: (make sure the user has sufficient permissions)\n\n  ```bash\n  $ export REDSHIFT_CONNECTION_STRING='user= password= host= port= dbname='\n  ```\n\n3. Start the server:\n\n   ```bash\n   $ redshift-console runserver\n   Starting server on port 5000 (debug mode: False).\n   ```\n   \n#### Docker\n  ```bash\n   $ docker run -e REDSHIFT_CONNECTION_STRING=\"user= password= host= port=5439 dbname=\" -p 5000:5000 everythingme/redshift_console\n   Starting server on port 5000 (debug mode: False).\n   ```\n\n## Authors\n\n[Arik Fraimovich](http://github.com/arikfr) and [Oren Itamar](http://github.com/orenitamar).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feverythingme%2Fredshift_console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feverythingme%2Fredshift_console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feverythingme%2Fredshift_console/lists"}