Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Enterprise Data Analytics by Jortilles ( EDA )

License

NotificationsYou must be signed in to change notification settings

jortilles/EDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

After years of working with complex analytics tools,Jortilles decided to create the easiest reporting tool. So simple that even a five-year-old can handle it. This isEnterprise Data Analytics by Jortilles! The easiest analytics tool.

EDA Sample

Get Started.

The free EDA cloud:free.edalitics is the easiest way to get started with EDA. If you like it you can always ugrade to aprivate edalitics instance. Edalitis is the cloud service over EDA.

Features

  • Create amazing dashboards without technical knowledge.
  • If you are a pro. You always can use SQL.
  • Tree mode queries for complex data models.
  • Define KPIs and send email alerts.
  • With the public dashboards you can:
    • Share your dashboards on internet as easy as share theurl
    • Integrate your dashboards in your app and itenract with them.
  • Define parent-child reports.
  • Centraliza your organization's data with Row Level Security.

Get EDA locally

Clone 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_apinpm installnpm start
cd EDA/eda/eda_appnpm installnpm start

Docker

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

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

Once the process if finish, just go tohttp://localhost

Some of the dashboads you can do with EDA:

EDA Sample

EDA Samplt

How it works:

  1. Create adata model
  2. Create nicereports
  3. Enjoy and share it

⚡ One-Click Deploy

Cloud ProviderDeploy Button
AWS
DigitalOcean
Render
Helmhelm repo add deploystack https://deploystackio.github.io/deploy-templates/
helm repo update
helm install jortilles-eda deploystack/jortilles-eda

Change or add deploy options atawesome-docker-run

Generated byDeployStack.io

Documentation

You can find EDA's documentation at (http://edadoc.jortilles.com/en/index.html#/)

About

Enterprise Data Analytics by Jortilles ( EDA )

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors12


[8]ページ先頭

©2009-2025 Movatter.jp