{"id":13510261,"url":"https://github.com/ufukomer/bloomery","last_synced_at":"2025-03-30T15:31:03.918Z","repository":{"id":90915346,"uuid":"56202147","full_name":"ufukomer/bloomery","owner":"ufukomer","description":"Web UI for Impala","archived":false,"fork":false,"pushed_at":"2017-03-17T15:24:09.000Z","size":1292,"stargazers_count":17,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-01T10:35:18.042Z","etag":null,"topics":["impala","node-impala","react","redux","thrift","web-ui"],"latest_commit_sha":null,"homepage":"","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/ufukomer.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-04-14T02:47:41.000Z","updated_at":"2024-09-23T11:36:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"e82f7e46-5011-4949-90b6-63e25af6ca07","html_url":"https://github.com/ufukomer/bloomery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufukomer%2Fbloomery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufukomer%2Fbloomery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufukomer%2Fbloomery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufukomer%2Fbloomery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ufukomer","download_url":"https://codeload.github.com/ufukomer/bloomery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246338784,"owners_count":20761436,"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":["impala","node-impala","react","redux","thrift","web-ui"],"created_at":"2024-08-01T02:01:30.990Z","updated_at":"2025-03-30T15:30:58.907Z","avatar_url":"https://github.com/ufukomer.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Data Visualization","redux"],"sub_categories":[],"readme":"# Bloomery\n\nBloomery is an open source query execution tool for [Impala](http://impala.io/). It uses [node-impala](https://github.com/ufukomer/node-impala) which provides communication between Impala and Node client using the Beeswax Service. Bloomery has ability to show tables of database, columns of tables, saved queries, recent queries and so on.\n\n* [Features](#features)\n* [Architecture](#architecture)\n* [Requirements](#requirements)\n* [Installation](#installation)\n\n![Bloomery UI](screenshots/bloomery.png)\n\n## Features\n\nBloomery has the following features:\n\n* _Syntax highlighting:_ On the web ui, the editor immediately highlights the sql keywords (e.g select, from, as, where, group, etc.) after the user types it.\n* _Autocomplete:_ While user typing any of the sql keywords, the editor’s suggestion dropdown pops up.\n* _Saved queries:_ It is possible to save any query using save query section.\n* _Query history:_ Application saves the all recent queries.\n* _Show query results:_ Shows all results under the results tab.\n* _Remote connection:_ User can change connection settings for the purpose of connecting server from different machine either with different Host IP or Port Number.\n* _Show tables:_ On top left side of the application it shows all tables of database.\n* _Show columns:_ On the bottom left side of the application it shows table columns with their type property.\n\n## Architecture\n\nBloomery communicates with node-impala using Express Rest API. Express Rest API maps URLs with node-impala’s connect and query methods. Then the actions like _executeQuery_, _showTables_, _showColumns_ sends query with request parameters to Rest API then Express forwards that query to node-impala which handles and returns results using Thrift. Eventually, Express puts this results to response body which we present to users inside the table under results tab of ui menu.\n\n![Bloomery Architecture](screenshots/architecture.jpg)\n\n## Requirements\n\n* Node.js\n* Impala\n\n## Installation\n\n1. Install dependencies \n\n  ```\n  $ npm install\n  ```\n\n2. Build Bloomery\n\n  ```\n  $ npm run build\n  ```\n\n3. Start server\n\n  ```\n  $ npm run serve\n  ```\n\n## License\n\nApache License, Version 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fufukomer%2Fbloomery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fufukomer%2Fbloomery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fufukomer%2Fbloomery/lists"}