Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ananas-analytics/ananas-desktop
A hackable data integration & analysis tool to enable non technical users to edit data processing jobs and visualise data on demand.
https://github.com/ananas-analytics/ananas-desktop
analytics business-intelligence data-modeling etl hackable-data visualization
Last synced: 5 days ago
JSON representation
A hackable data integration & analysis tool to enable non technical users to edit data processing jobs and visualise data on demand.
- Host: GitHub
- URL: https://github.com/ananas-analytics/ananas-desktop
- Owner: ananas-analytics
- License: apache-2.0
- Created: 2019-04-26T14:51:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T02:43:35.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T12:29:45.924Z (3 months ago)
- Topics: analytics, business-intelligence, data-modeling, etl, hackable-data, visualization
- Language: Java
- Homepage: https://ananasanalytics.com
- Size: 35.9 MB
- Stars: 577
- Watchers: 16
- Forks: 43
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ccamel - ananas-analytics/ananas-desktop - A hackable data integration & analysis tool to enable non technical users to edit data processing jobs and visualise data on demand. (Java)
- awesome-starred - ananas-analytics/ananas-desktop - A hackable data integration & analysis tool to enable non technical users to edit data processing jobs and visualise data on demand. (analytics)
README
# Ananas Desktop
[![Build Status](https://travis-ci.org/ananas-analytics/ananas-desktop.svg?branch=master)](https://travis-ci.org/ananas-analytics/ananas-desktop)
Ananas Desktop is a hackable data integration/analysis tool to enable non technical users to edit data processing
jobs and visualise data on demand. It is designed to be deeply customizable and approachable by different data team members (data scientist, data analyst, devops, data engineer etc.. ).
### Features
* Drag and Drop Pipeline Editor
* Low Code (Most of the analysis & processing can be done with SQL)
* Fail fast development process : TEST locally with sampled data in seconds before you run your pipeline on live.
* Data pipelines can be easily executed on multiple execution environments **without code change** (Spark, Flink etc..)
* Support I/O sources/destination: MongoDB, MySQL, Postgresql, Files (JSON, Plain Text, CSV and Excel). More coming soon
* Prepare data with a wide range of transformers: Union, Join, SQL, Javascript
* Visualize data with our customizable chart builder
* Scalable - Build once, run on any volume of data
* Variable - parameterize your queriesVisit [Ananas Analytics](https://ananasanalytics.com/) to learn more.
### Supported Execution Platforms
- Local
- [Spark](https://spark.apache.org/)
- [Flink](https://flink.apache.org/)
- [Google Dataflow](https://cloud.google.com/dataflow/)More coming soon ...
### Documentation
If you want to read about using Ananas Desktop, read our [User guide](https://ananasanalytics.com/docs/user-guide/overview).
If you are a contributor you can get started with the [Wiki Page](https://github.com/ananas-analytics/ananas-desktop/wiki), [Runner Documentation](https://github.com/ananas-analytics/ananas-desktop/blob/master/runner/README.md),
and [Developer Guide](https://ananasanalytics.com/docs/developer-guide/overview)### Installing
1. Download the latest [Ananas release](https://ananasanalytics.com/docs/downloads/overview).
2. Download the [Ananas Example](https://github.com/ananas-analytics/ananas-examples) and import them to get started.### License
Copyright 2019 Ananas Analytics.
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0