Application that collects data available on the Internet about a person and thus creates a person profile based on defined search parameters.
The individual components were implemented using Typescript as an example. The frameworks NestJS and Angular were used. The collected data is stored on a Neo4j database.
The sample applications can be launched using Docker Compose with just one command. The services are described in the file docker-compose.yml
and are started with the command docker compose up
.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.