-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
A great use case for Riak KV is to store session data. I'd like to think through an application that visualizes the session store and walks the user through its implementation.
Brainstorming:
- Using Riak Data Types (CRDT implementation) to store data
- Have a "visits" counter which iterates on the page
I'd be pleased to see this in any language. Rails, Django or something in Go make sense to me. Projects that leverage Node.js or .NET are also popular these days.