snaplet-redson

CRUD for JSON data with Redis storage

https://github.com/dzhus/snaplet-redson/

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Dmitry Dzhus
Maintained by <[email protected]>

This snaplet provides HTTP API to create, read, update and delete JSON objects sent by client and stored in Redis key-value cache. CRUD methods are mapped to HTTP POST, GET, PUT and DELETE. Valid objects are described using model definition syntax, which includes information on fields and permissions. The snaplet supports role-based user permissions system as implemented by Snap authentication. Model definitions may also be used by browser JavaScript to provide interface to create or edit objects. There is a permission-less transparent mode, WebSocket create/delete notifications and timeline method to serve information about recently added objects. Ad-hoc search is implemented in Redis and provided via snaplet route. There's a "snapless" part of the package, which implements Snap-agnostic Redis CRUD operations for key-value pair collections and may be used for tools which operate with storage directly without using web framework. More of usage documentation is contained in https://github.com/dzhus/snaplet-redson/blob/master/README.org