Guest User

Untitled

a guest
Nov 24th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | None | 0 0
  1.  
  2. import csv
  3. import json
  4. import riak
  5.  
  6. client = riak.RiakClient()
  7. bucket = client.bucket('goog')
  8.  
  9. if __name__ == '__main__':
  10.     print bucket.get("3422").get_data()
  11.     print ""
  12.     result = bucket.get("3422").get_data()['descripcion']
Add Comment
Please, Sign In to add comment