This is the frontend part of my data-analysis project. It consists of this very frontend which consumes the data from a graph database based on Neo4j. Check out the data scraping and modelling here.. The graph rendering is based on Sigma.js and Graphology. Behind the scenes EmberJS is utilized for rigging the app.
You have to enter credentials for a Neo4j AuraDB instance. Write me an email to ${["falk","neumann"].join(".")}@${["adfinis","com"].join(".")}
and we can talk about sharing the credentials. The whole authentification setup is not production ready at all! Remember to clear your cookies or use the logout
button after you are done with your session!
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd eu-data-frontend
pnpm install
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
ember test
ember test --server
pnpm lint
pnpm lint:fix
ember build
(development)ember build --environment production
(production)
- tailwindCSS
- embroider