Microservice 'database connector' to write dynamic data into a time series database
This project uses the services defined in .devcontainer/docker-compose.yaml.
The following endpoints are exposed to your host machine during local development.
| Service | URL | Purpose |
|---|---|---|
| InfluxDB v2 | http://127.0.0.1:8031 | InfluxDB v2 API and UI |
| AAS Environment | http://127.0.0.1:8081 | AAS repository endpoints |
| AAS Discovery | http://127.0.0.1:8084 | AAS discovery/lookup service |
| AAS Registry | http://127.0.0.1:8076 | AAS descriptor registry |
| Submodel Registry | http://127.0.0.1:8077 | Submodel descriptor registry |
| AAS Web UI | http://127.0.0.1:8078 | BaSyx AAS web interface |
| Keycloak | http://127.0.0.1:9095 | Identity and access management |
| Nginx proxy | http://127.0.0.1 | Virtual-host routing entrypoint |
If your environment resolves *.basyx.localhost to localhost, you can also use:
- http://aasgui.basyx.localhost
- http://aasenv.basyx.localhost
- http://aasreg.basyx.localhost
- http://smreg.basyx.localhost
- http://discovery.basyx.localhost
- http://keycloak.basyx.localhost
When you run this service (default: APP_HOST=127.0.0.1, APP_PORT=3088), these endpoints are available: