Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

A pub-sub hub for SIRI data. It will connect and subscribe on SIRI endpoints, and also supply external endpoints

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
```