https://github.com/gabrielczar/semantic-trajectory
App for add semantic in trajectories
https://github.com/gabrielczar/semantic-trajectory
api-rest hibernate5 interest-points map-matching postgis spring-boot spring-boot-2 spring-gis
Last synced: about 2 months ago
JSON representation
App for add semantic in trajectories
- Host: GitHub
- URL: https://github.com/gabrielczar/semantic-trajectory
- Owner: GabrielCzar
- License: mit
- Created: 2018-06-10T22:06:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T09:32:14.000Z (over 3 years ago)
- Last Synced: 2025-01-19T09:41:41.510Z (over 1 year ago)
- Topics: api-rest, hibernate5, interest-points, map-matching, postgis, spring-boot, spring-boot-2, spring-gis
- Language: Java
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Semantic Trajectory
### Branches
- Add semantic in trajectories based in historical data
- Add semantic in trajectories in continuous data streams (In Development)
### Execute
- Add Permissions
```bash
chmod +x docker_build.sh
```
- Start Database
```bash
bash docker_build.sh
```
- Start Application
```bash
./mvnw spring-boot:run
```