bikeshare-capstone-pdx / h-store

H-Store Distributed Main Memory OLTP Database System
http://hstore.cs.brown.edu
GNU General Public License v3.0
2 stars 0 forks source link

Client #1

Closed cgiossi closed 10 years ago

cgiossi commented 10 years ago

Created client to connect to S-Store and make calls to the predefined stored procedures Take JSON messages of the form { "proc": ProcedureName, "args": [ arg1, arg2, ... ] } Returns JSON messages of the form { "data": [ "colname1": $val, "colname2": $val ... ], "success": 0/1 }