The main idea to this project is to show the most significant incidents on any point of the world.
The system is available to all the people that are interested in seeing the incidents. Each of these is identified with different symbols.
- Java >= 8
- Kafka (or)
- docker-compose
-
If you haven't Kafka installed you can run docker-compose available on the Kafka-docker directory to deploy the Kafka
1.1 On kafka-docker directory run
docker-compose up
-
Start transit spring-boot project
-
Open brower here
-
Start the cp virtual sensor
4.1 Inside cp folder run
mvn clean compile exec:java
-
Create an account
-
Go to
My account
and then click onMy keys
-
Fill the fields with app data
-
Get the key
-
Create
config.cfg
onsrc/main/java/ua.es.transit.resources
-
In this file write just
key = XXXX
(XXXX is the key)
-
Access "http://localhost:8080/h2-console/"
-
JDBC URL: "jdbc:h2:/"+ (Where the folder transit is located) +"/transit/db/myDB" -> path to "myDB"
-
User Name: sa / Password: password
-
Connect
- Files named Test.java are ignore.
- Catarina Silva - catarinaacsilva
This project is licensed under the MIT License - see the LICENSE file for details