All Projects → jortilles → EDA

jortilles / EDA

Licence: AGPL-3.0 license
Enterprise Data Analytics by Jortilles ( EDA )

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
SCSS
7915 projects

Projects that are alternatives of or similar to EDA

datart
Datart is a next generation Data Visualization Open Platform
Stars: ✭ 1,042 (+1666.1%)
Mutual labels:  business-intelligence, business-analytics
web-dashboard-demo
The following application contains the DevExpress Dashboard Component for Angular. The client side is hosted on the GitHub Pages and gets data from the server side that hosts on DevExpress.com.
Stars: ✭ 65 (+10.17%)
Mutual labels:  business-intelligence, business-analytics
Superset
Apache Superset is a Data Visualization and Data Exploration Platform
Stars: ✭ 42,634 (+72161.02%)
Mutual labels:  business-intelligence, business-analytics
Cboard
An easy to use, self-service open BI reporting and BI dashboard platform.
Stars: ✭ 2,795 (+4637.29%)
Mutual labels:  business-intelligence
Data-Visualizations
Data Visualizations is emerging as one of the most essential skills in almost all of the IT and Non IT Background Sectors and Jobs. Using Data Visualizations to make wiser decisions which could land the Business to make bigger profits and understand the root cause and behavioral analysis of people and customers associated to it. In this Reposito…
Stars: ✭ 55 (-6.78%)
Mutual labels:  business-intelligence
Dbt
dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
Stars: ✭ 3,919 (+6542.37%)
Mutual labels:  business-intelligence
zen knit
Zen-Knit is a formal (PDF), informal (HTML) report generator for data analyst and data scientist who wants to use python. RMarkdown Alternative for Python
Stars: ✭ 27 (-54.24%)
Mutual labels:  business-analytics
Chirp
Interface to manage and centralize Google Alert information
Stars: ✭ 227 (+284.75%)
Mutual labels:  business-intelligence
bads
Demo codes, tutorials, and exercises for the master lecture Business Analytics and Data Science offered by the Chair of Information Systems at the Humboldt-University of Berlin
Stars: ✭ 32 (-45.76%)
Mutual labels:  business-analytics
automile-net
Automile offers a simple, smart, cutting-edge telematics solution for businesses to track and manage their business vehicles.
Stars: ✭ 24 (-59.32%)
Mutual labels:  business-intelligence
BETL-old
BETL. Meta data driven ETL generation using T-SQL
Stars: ✭ 17 (-71.19%)
Mutual labels:  business-intelligence
NBi
NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# or Java code to specify your tests! Either, you don't need Visual Studio or Eclipse to compile y…
Stars: ✭ 102 (+72.88%)
Mutual labels:  business-intelligence
automile-php
Automile offers a simple, smart, cutting-edge telematics solution for businesses to track and manage their business vehicles.
Stars: ✭ 28 (-52.54%)
Mutual labels:  business-intelligence
harlan
Harlan é o sistema modular que permite você automatizar toda sua governança cadastral da nuvem.
Stars: ✭ 25 (-57.63%)
Mutual labels:  business-intelligence
dashinator
Dashinator the daringly delightful dashboard. A replacement for dashing
Stars: ✭ 56 (-5.08%)
Mutual labels:  business-intelligence
neo4j-jdbc
JDBC driver for Neo4j
Stars: ✭ 110 (+86.44%)
Mutual labels:  business-intelligence
Widestage
Lightweight Open Source Business Intelligence and reporting tool for mongodb, postgresql, Mysql, MS sql, oracle, & google bigQuery allow users create their own reports just dragging and dropping, widestage also has a data governance layer AKA semantic layer
Stars: ✭ 246 (+316.95%)
Mutual labels:  business-intelligence
incubator-flagon-useralejs
Apache Flagon UserALE.js is a comprehensive, thin-client behavioral logging tool
Stars: ✭ 21 (-64.41%)
Mutual labels:  business-analytics
Analytics
Analytics at NYU by JC Bonilla
Stars: ✭ 50 (-15.25%)
Mutual labels:  business-analytics
MLiFC
Course Material for the machine learning in financial context bootcamp
Stars: ✭ 102 (+72.88%)
Mutual labels:  business-intelligence

EDA

Enterprise Data Analytics by Jortilles! The easiest analytics tool.

Get EDA

git clone github.com/jortilles/EDA.git

Configuration

  • EDA/eda/eda_api/config/database.config.js #to set the mongodb database. You need a local mongodb server and a database for EDA.
module.exports = {
    url: "mongodb://localhost:27017/EDA"
};

  • EDA/eda/eda_app/src/app/config/config.ts #to set the backend url
export const URL_SERVICES = '/localhost:8666'; #by default api port is 8666

Installation

Once cloned this repository and configured just build the API and the APP.

cd EDA/eda/eda_api
npm install
npm start
cd EDA/eda/eda_app
npm install
npm start

Demo

The easiest way to run and try EDA is using docker:

docker run -p 80:80 jortilles/eda:latest

Once the process if finish, just go to http://localhost

If you are a Windows user, you can download a Windows bundle from sourceforge:

https://sourceforge.net/projects/enterprise-data-analytics/

Download the latest package. unzip it wherever you want and run: run_eda.bat

It only has one prerequisite: node.js lts.

It will open several windows. The mongodb database and the web server.

After all, you can go to http: // localhost: 8080 / index.html

Easily, you can do dashboads as nice as this one:

EDA Sample

You can see it in action here

Technical Documentation

To see the technical documentation click here

User Documentation

We just created documentation site http://edadoc.jortilles.com/en/index.html#/

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].