Chronoweb is an open-source web information system that analyzes temporal information diffusion with a unified RESTful web service. Users are able to create, retrieve, update, delete, and traverse graph elements such as vertices, edges, vertex events and edge events. Furthermore, the server allows subscribing a specific vertex source with an incremental computation program. The system is an open-source version of trilogy of ChronoGraph publications:
- Install JDK 21 and MongoDB
- Set jdk bin folder as a system path
- Download 'chronoweb.jar'
- Run MongoDB
- Run Chronoweb
java -jar chronoweb.jar [configuration.json]
- Install JDK 21 and MongoDB
- Install Eclipse IDE or IntelliJ IDE (Maven Project)
- Clone and import the project
- Run MongoDB
- Run Server.java as a Java application