id3as / demo-ps

Skeleton app with contrived client/server examples
Apache License 2.0
19 stars 9 forks source link

A collection of Purerl examples

That is it, it is a grab bag of "how do I do this particular" thing and not a real application in any sense of the word.

See the Purerl Cookbook for more context and more of a guided 'how to'.

Running the example

Note: Docker is needed in the run scripts presently, as it spins up Redis for the CRUD example.


rebar3 release 
./run

Note: Release only needs doing once, after that you can use rebar3 compile because the relevant artifacts will have been created.

Disclaimer

This software, and the opinionated libraries written to support it are very much "works in progress" - we are actively using and building these libraries out for use in own commercial software and can and will be making any changes required to further support that development. As such, they come without support and a disclaimer very much of "be it on your own heads". That said - feel free to reach out and talk to us if you have ideas though, improvements and suggestions are welcome in pull requests and conversation.