jortilles / EDA
Edalitcs
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing jortilles/EDA in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewEDALITICS 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: • Create a data model • Create nice reports Why Edalitics? 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** Key Features • No-code dashboard creation. • Advanced SQL query mode for power users. • Tree mode to explore logical data models. • KPI definitions and automatic e-mail alerts. • Public dashboards shareable via url. • Row Level Security (RLS) for controlled data access. • Clean, modern, responsive UI. Technology Stack Edalitics is built using modern and widely adopted technologies: • Node.js, TypeScript, Angular. • MongoDB for metadata and configuration storage • A lightweight, extensible backend + intuitive frontend Installation & Local Development You can use Edalicits as a SAS service at https://www.edaitics.com. Or you can deploy a local instance of edalitics in your environment. To do this you should: Clone the repository Configure the database Edit the MongoDB connection in: **EDA/eda/eda_api/config/database.config.js** Configure the backend URL in the UI In: **EDA/eda/eda_app/src/app/config/config.ts** Run the backend and frontend Backend API: Frontend App The application will be available in your browser at: 👉 http://localhost:4200 🐳 Run edalitics with Docker (recommended) This is the siplest way to run edalitics locally To get the latests buld: To get a manual deploy: Then open: 👉 http://localhost Default credentials: **User:** eda@jortilles.com **Password:** default ⚡ One-Click Deploy | Cloud Provider | Deploy Button | |----------------|---------------| | AWS | | | DigitalOcean | | | Render | | | Helm | | Change or add deploy options at awesome-docker-run Generated by DeployStack.io Documentation Full documentation, tutorials, and guides are available at: 👉 http://doc.edalitics.com 🤝 Contributing Contributions are welcome! You can: Report issues Submit pull requests Improve documentation Suggest new features Check the repository issues tab to get started. 📄 License Edalitics is released under the AGPL-3.0 license.