All Projects → KMouratidis → Eda_miner

KMouratidis / Eda_miner

Licence: gpl-3.0
Swiss army knife, but for visualization, analytics, and machine learning. View docs here: http://edaminer.com/docs/ and a demo (don't abuse) here: http://edaminer.com/

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Eda miner

Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: ✭ 14,096 (+108330.77%)
Mutual labels:  analytics, data-analysis, dashboard
Metabase
The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋
Stars: ✭ 26,803 (+206076.92%)
Mutual labels:  analytics, data-analysis, dashboard
covid-19
COVID-19 World is yet another Project to build a Dashboard like app to showcase the data related to the COVID-19(Corona Virus).
Stars: ✭ 28 (+115.38%)
Mutual labels:  analytics, data-analysis
growthbook
Open Source Feature Flagging and A/B Testing Platform
Stars: ✭ 2,342 (+17915.38%)
Mutual labels:  analytics, data-analysis
Vudash
Powerful, Flexible, Open Source dashboards for anything
Stars: ✭ 363 (+2692.31%)
Mutual labels:  analytics, dashboard
Kube Opex Analytics
🎨 Kubernetes Cost Allocation and Capacity Planning Analytics Tool. Hourly, daily, monthly reports - Prometheus exporter - Built-in & Grafana dashboard.
Stars: ✭ 232 (+1684.62%)
Mutual labels:  analytics, dashboard
Querytree
Data reporting and visualization for your app
Stars: ✭ 230 (+1669.23%)
Mutual labels:  analytics, data-analysis
Datagear
数据可视化分析平台,使用Java语言开发,采用浏览器/服务器架构,支持SQL、CSV、Excel、HTTP接口、JSON等多种数据源
Stars: ✭ 266 (+1946.15%)
Mutual labels:  data-analysis, dashboard
Countly Server
Countly helps you get insights from your application. Available self-hosted or on private cloud.
Stars: ✭ 4,857 (+37261.54%)
Mutual labels:  analytics, dashboard
Abixen Platform
Abixen Platform
Stars: ✭ 530 (+3976.92%)
Mutual labels:  analytics, dashboard
Pachyderm
Reproducible Data Science at Scale!
Stars: ✭ 5,305 (+40707.69%)
Mutual labels:  analytics, data-analysis
Chartbrew
Open-source web platform for creating charts out of different data sources (databases and APIs) 📈📊
Stars: ✭ 199 (+1430.77%)
Mutual labels:  analytics, dashboard
Mprove
Open source Business Intelligence tool 🎉
Stars: ✭ 212 (+1530.77%)
Mutual labels:  analytics, dashboard
Netdata
Real-time performance monitoring, done right! https://www.netdata.cloud
Stars: ✭ 57,056 (+438792.31%)
Mutual labels:  analytics, dashboard
Data Science Live Book
An open source book to learn data science, data analysis and machine learning, suitable for all ages!
Stars: ✭ 193 (+1384.62%)
Mutual labels:  analytics, data-analysis
twitter-analytics-wrapper
A simple Python wrapper to download tweets data from the Twitter Analytics platform. Particularly interesting for the impressions metrics that are unavailable on current Twitter API. Also works for the videos data.
Stars: ✭ 44 (+238.46%)
Mutual labels:  analytics, data-analysis
Swiv
For the open source UI formerly know as Pivot
Stars: ✭ 165 (+1169.23%)
Mutual labels:  analytics, dashboard
Countly Sdk Web
Countly Product Analytics SDK for websites and web applications
Stars: ✭ 165 (+1169.23%)
Mutual labels:  analytics, data-analysis
Redash
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Stars: ✭ 20,147 (+154876.92%)
Mutual labels:  analytics, dashboard
Flask Profiler
a flask profiler which watches endpoint calls and tries to make some analysis.
Stars: ✭ 622 (+4684.62%)
Mutual labels:  analytics, dashboard

EDA_miner

Contributor Covenant Language grade: JavaScript Language grade: Python Build Status

A visualization and analytics dashboard that is able to connect to APIs, receive your data, and allow you to run Machine Learning models from a server. Started as a university project, and will be deployed in their servers probably later this year. Also being worked on together with university staff for an E.U.-sponsored project.

Want to contribute? Take a moment to review the style and contributor guidelines

Want to chat? Join us on

Just looking around? Then you can either install locally or with docker.

Locally:

  1. Get Python3.6+, optionally with Anaconda. You might want to set up a virtual environment
  2. Download (either via git clone https://github.com/KMouratidis/EDA_miner or as a zip)
  3. You'll need redis (if on Windows, you might also need this) and graphviz (for pygraphviz)
  4. Run pip install -r requirements.txt.
  5. Navigate to the /EDA_miner folder.
  6. Create an env.py file with your credentials, according to the given template (env_template.py) or simply rename it (some functionality will not work).
  7. Run python initialize_project.py to create a dummy database and user (u: admin, pw: admin)
  8. Run the app, e.g. with gunicorn: gunicorn wsgi:application.
  9. If you want to work with Google Analytics:
    • Navigate to /EDA_miner/google_analytics.
    • Start the app with either:
      • Run pip install -r requirements.txt and python app.py or
      • sudo docker build --rm -t kmouratidis/ganalytics . and sudo docker run --rm --network host kmouratidis/ganalytics
  10. Go to your browser, http://127.0.0.1:8000/.

Docker:

  1. Download (either via git clone https://github.com/KMouratidis/EDA_miner or as a zip)
  2. Get Redis in Docker, start a server, and publish port 6379, by running: sudo docker run --rm --name=redis-devel --publish=6379:6379 --hostname=redis --restart=on-failure --detach redis:latest
  3. Navigate to the EDA Miner folder and run this to build the docker container: sudo docker build --rm -t kmouratidis/eda_miner .
  4. Run the app container: sudo docker run --rm --network host kmouratidis/eda_miner
  5. If you want to work with Google Analytics:
    • Navigate to /EDA_miner/google_analytics.
    • Run sudo docker build --rm -t kmouratidis/ganalytics . and sudo docker run --rm --network host kmouratidis/ganalytics
  6. Go to http://127.0.0.1:8000/.

Examples of the Modeling app

Interface options 1 Interface options 2 Interface options 3

Examples of the Visualization app:

Interface options 4 Interface options 5

Examples of the Data app:

Interface options 6 Interface options 7 Interface options 8 Interface options 9

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].