- Notifications
You must be signed in to change notification settings - Fork35
A framework for rapidly building production quality analytics applications
License
yavin-dev/framework
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A framework for rapidly building production quality analytics applications
Note: This repository contains the core code of the Yavin framework. If you want to build an application using Yavin, visit theYavin App Repository.
Yavin is a framework for rapidly building custom data applications that offers both a UI and an API.Yavin can also be deployed as a standalone business intelligence tool in a few simple steps.Build reports, assemble dashboards, and explore data with ad-hoc queries.
Jump right in with thedemo app or run it yourself by following ourquick start guide.
You can install the individual packages via npm
Assuming you have git, node (>=10), andember-cli
git clone https://github.com/yavin-dev/framework.git
cd yavin
CI=true npm install
(CI=true
makes use of each package'spackage-lock.json
file)cd packages/reports
(or whichever package)ember s
to run a local server- Then
npm test
to test your changes
- Documentation onyavin.dev
- Chat onspectrum.chat
- Feature Roadmapprojects
- For more information on using ember-cli, visithttps://ember-cli.com/.
- For more information on using lerna, visithttps://lerna.js.org
This project is licensed under theMIT License.
About
A framework for rapidly building production quality analytics applications