agentlytics
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
Edalitics is an open-source business intelligence platform that lets you build interactive dashboards, analyze data fro…
Edalitics (previously Enterprise Data Analytics) is an open-source analytics and dashboarding platform created by Jortilles. Its purpose is to make data exploration and visualization extremely easy — even for non-technical users — while still offering powerful features for advanced analysts.
Edalitics is a metadata-driven analytical tool:
Edalitics was built with a clear mission:
To be the simplest analytics system to use, even for users without technical skills. To be the faster analytital tool for advanced users. To allow the creation of rich dashboards without writing code and in a matter of minutes.
If you want to try edalitics you always can check the free.edalitics service or run the docker: docker run -p 80:80 jortilles/eda:latest
Edalitics is built using modern and widely adopted technologies:
You can use Edalicits as a SAS service at https://www.edalitics.com/.
Or you can deploy a local instance of edalitics in your environment. To do this you should:
git clone github.com/jortilles/EDA.git
Edit the MongoDB connection in: EDA/eda/eda_api/config/database.config.js
module.exports = {
url: "mongodb://127.0.0.1:27017/EDA"
};
In: EDA/eda/eda_app/src/app/config/config.ts
export const URL_SERVICES = 'http://localhost:8666';
Backend API:
cd EDA/eda/eda_api npm install npm start
Frontend App
cd EDA/eda/eda_app npm install npm start
The application will be available in your browser at:
This is the siplest way to run edalitics locally To get the latests buld:
docker run -p 80:80 jortilles/eda:latest
To get a manual deploy:
docker run -p 80:80 jortilles/eda:manual_latest
Then open:
Default credentials:
User: eda@jortilles.com
Password: default
Change or add deploy options at awesome-docker-run
Generated by DeployStack.io
Full documentation, tutorials, and guides are available at:
Contributions are welcome! You can:
Report issues
Submit pull requests
Improve documentation
Suggest new features
Check the repository issues tab to get started.
Edalitics is released under the AGPL-3.0 license.
more like this
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
A browser-based visualization framework for exploring and analyzing Zarr and NetCDF datasets.
search projects, people, and tags