https://github.com/viperproject/vdc-query-frontend
https://github.com/viperproject/vdc-query-frontend
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/viperproject/vdc-query-frontend
- Owner: viperproject
- Created: 2023-11-29T09:58:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T09:42:56.000Z (over 2 years ago)
- Last Synced: 2025-01-19T15:23:18.957Z (over 1 year ago)
- Language: Scala
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vdc-query-frontend
This is a frontend for the [viper-data-collection backend](https://github.com/viperproject/viper-data-collection).
To query collected data, only this lightweight project has to be included in your code. To address the correct backend instance,
`val API_HOST` in `queryFrontend.Config` has to be set to `http://server_ip/api_port`.
Common datatypes used by both projects are defined in `queryFrontend.DataModels`.
`queryFrontend.APIQueries` contains pre-written queries, which handle data serialization.