Skip to content

Instantly share code, notes, and snippets.

View tonijz's full-sized avatar
👋
Hello there!

Toni Gorodnicenko tonijz

👋
Hello there!
View GitHub Profile
import bottle
from bottle import route, run, request, response
import riak
import uuid
client = riak.RiakClient()
bucket = client.bucket('pixels')
@route('/')
def index():