Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hi-primus/bumblebee
🚕 A spreadsheet-like data preparation web app that works over Optimus (Pandas, Dask, cuDF, Dask-cuDF, Spark and Vaex)
https://github.com/hi-primus/bumblebee
bumblebee cudf dask dask-cudf data-cleaning data-preparation data-profiling datasets gpu gui optimus prepare-data python
Last synced: 2 months ago
JSON representation
🚕 A spreadsheet-like data preparation web app that works over Optimus (Pandas, Dask, cuDF, Dask-cuDF, Spark and Vaex)
- Host: GitHub
- URL: https://github.com/hi-primus/bumblebee
- Owner: hi-primus
- License: apache-2.0
- Created: 2018-08-16T17:08:16.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-15T00:21:59.000Z (over 1 year ago)
- Last Synced: 2023-11-07T15:22:03.209Z (about 1 year ago)
- Topics: bumblebee, cudf, dask, dask-cudf, data-cleaning, data-preparation, data-profiling, datasets, gpu, gui, optimus, prepare-data, python
- Language: Vue
- Homepage: https://hi-bumblebee.com/
- Size: 23 MB
- Stars: 130
- Watchers: 12
- Forks: 34
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Logo Bumblebee](images/logoBumblebee.png)](https://hi-bumblebee.com)
[![Slack](https://img.shields.io/badge/chat-slack-red.svg?logo=slack&color=36c5f0)](https://communityinviter.com/apps/hi-bumblebee/welcome)
[![Docker Pulls](https://img.shields.io/docker/pulls/hiprimus/bumblebee)](https://hub.docker.com/r/hiprimus/bumblebee)# Bumblebee
The easiest and most powerful tool to clean, transform, and prepare data of any size for Analysis, Visualization, Reporting, and Machine Learning; all in a spreadsheet-like interface. Built over [Optimus](https://github.com/hi-primus/optimus) so you can handle small and big data efficiently.
Bumblebee can be used to:
* Explore data using an ergonomic UI
* Clean and transform datasets with more than 100 functions available
* Prepare data for Machine Learning
* Join and concatenate your datasets with a visual interface## Resources
* [Homepage](https://hi-bumblebee.com/): Bumblebee's landing page.
* [Bumblebee Reference Documentation](https://hi-primus.gitbook.io/bumblebee/): Operations and setup reference tutorials and guides.
* [Medium page](https://medium.com/hi-bumblebee): Tutorials and articles.
* [Bumblebee community on Slack](https://communityinviter.com/apps/hi-bumblebee/welcome): Get help, contribute and collaborate.## Try Bumblebee
Try Bumblebee using [this Docker image](https://hub.docker.com/r/hiprimus/bumblebee).
```
docker run --name my_instance_name -p 3000:3000 -p 4000:4000 -e ADDRESS=localhost hiprimus/bumblebee:develop
```
## Contributing to Bumblebee
Contributions go far beyond pull requests and commits. We are very happy to receive any kind of contributions including:* Documentation updates, enhancements, designs, or bugfixes.
* Spelling or grammar fixes.
* README.md corrections or redesigns.
* Adding unit, or functional tests.
* Triaging GitHub issues; especially determining whether an issue still persists or is reproducible.
* Entering our [Slack community](https://communityinviter.com/apps/hi-bumblebee/welcome) and helping someone else who needs help.
* Blogging, speaking about, or creating tutorials about Bumblebee and its many features.