Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

derrabauke/eu-data-frontend

Repository files navigation

eu-data-frontend

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.

Access

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!

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd eu-data-frontend
  • pnpm install

Running / Development

Running Tests

  • ember test
  • ember test --server

Linting

  • pnpm lint
  • pnpm lint:fix

Building

  • ember build (development)
  • ember build --environment production (production)

Further specialities

  • tailwindCSS
  • embroider