From 83a7482767b1680833a266f405cb7744c6c80a4c Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 9 Jan 2018 00:06:53 +0100 Subject: [PATCH] update hafas-rest-api, architecture diagram :memo: --- architecture.svg | 79 ++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- readme.md | 2 ++ 3 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 architecture.svg diff --git a/architecture.svg b/architecture.svg new file mode 100644 index 0000000..3ed4140 --- /dev/null +++ b/architecture.svg @@ -0,0 +1,79 @@ + + + db-rest architecture + + + + + db-rest + deployed at + 2.db.transport.rest + + + + + uses + + + + hafas-rest-api + + + + + exposes + + + + db-hafas + + + + + exposes + + + extends + + + + + + hafas-client + + diff --git a/package.json b/package.json index cd71537..63a161a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "db-hafas": "^2.0.0-alpha.2", "db-stations": "^1.24.0", "db-stations-autocomplete": "^1.0.0", - "hafas-rest-api": "0.1.0-alpha.2", + "hafas-rest-api": "0.1.0-alpha.10", "hsts": "^2.1.0", "ndjson": "^1.5.0", "stream-filter": "^2.1.0" diff --git a/readme.md b/readme.md index d31771b..ed95a13 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,8 @@ [API Documentation](docs/index.md) | [Why?](docs/why.md) +![db-rest architecture diagram](https://rawgit.com/derhuerst/db-rest/hafas-rest-api/architecture.svg) + [![dependency status](https://img.shields.io/david/derhuerst/db-rest.svg)](https://david-dm.org/derhuerst/db-rest) ![ISC-licensed](https://img.shields.io/github/license/derhuerst/db-rest.svg) [![gitter channel](https://badges.gitter.im/derhuerst/db-rest.svg)](https://gitter.im/derhuerst/db-rest)