Git Product home page Git Product logo

eda's Introduction

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

Forum

We just created a forum for community to talk and have questions and answers at http://edaforum.jortilles.com

eda's People

Contributors

jortilles avatar allosens avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.