amnonbb / travel-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Apache License 2.0


Languages

Language:Go 65.6%Language:Shell 34.4%