Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T13:53:58.000Z (11 months ago)
- Last Synced: 2023-12-19T16:48:45.522Z (11 months ago)
- Topics: carbon, java-11, neon, radon, ror, spring-boot
- Language: Java
- Homepage:
- Size: 61.2 MB
- Stars: 8
- Watchers: 5
- Forks: 10
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# anshar [![CircleCI](https://circleci.com/gh/entur/anshar/tree/master.svg?style=svg)](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
```