https://github.com/entur/anshar
A pub-sub hub for SIRI data. It will connect and subscribe on SIRI endpoints, and also supply external endpoints
https://github.com/entur/anshar
carbon java-11 neon radon ror spring-boot
Last synced: 2 months ago
JSON representation
A pub-sub hub for SIRI data. It will connect and subscribe on SIRI endpoints, and also supply external endpoints
- Host: GitHub
- URL: https://github.com/entur/anshar
- Owner: entur
- License: eupl-1.2
- Created: 2016-06-07T10:18:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T13:35:14.000Z (2 months ago)
- Last Synced: 2025-04-10T14:49:41.951Z (2 months ago)
- Topics: carbon, java-11, neon, radon, ror, spring-boot
- Language: Java
- Homepage:
- Size: 61.4 MB
- Stars: 11
- Watchers: 5
- Forks: 10
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# anshar [](https://circleci.com/gh/entur/anshar/tree/master)
A pub-sub hub for SIRI data. It will connect and subscribe on SIRI endpoints,
and also supply external endpoints.The name Anshar comes from the Sumerian primordial god.
```
anshar.incoming.logdirectory=/deployments/incoming
anshar.incoming.port = 8012
anshar.inbound.url = http://mottak.rutebanken.org/anshar
```## Liveness/readiness
```
- http://:/up
- http://:/ready
```## Healthcheck
```
- http://:/healthy
```## Statistics
To view status/statistics for all subscriptions.
```
- http://:/anshar/stats
```
To view status/statistics (JSON-format) for all clustering.
```
- http://:/anshar/clusterstats
```## Validation
Anshar supports validating all incoming XML against the SIRI XSD and a customizable subset (default is the norwegian SIRI Profile)
Validation is administered per codespace - and is accessible on:
```
- http://:/anshar/validation/ENT
```