/travel-examples

Primary LanguageGoApache License 2.0Apache-2.0

Travel Examples

Example applications using travel dynamic HTTP routing.

json-key-value

Simple HTTP key-value store using a single JSON file as the datastore. Supports GET, PUT and DELETE verbs and allows getting/setting/deleting of arbitrarily nested values.

postgres-key-value

Similar to above except using PostgreSQL as the datastore for thread-safety.