/hbase-tornado-demo

A demonstration of how to use HBase and Tornado to build a web application

Primary LanguagePython

A demonstration of HBase and Tornado.

Adds new features to the chat demo:

  1. Persist chat messages to HBase

  2. Post to chat room with curl

    $ curl --data-urlencode "body=whatever i like" -b "user=Script" http://mysweetchatserver.com/a/message/new

Upcoming features:

  1. Bots
  2. Channels