Skip to content

jortilles/EDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://127.0.0.1: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#/