Intro To Orchestrate DBaaS: A Single API For Key/Value, Search, Graph, And Events.

10

Click here to load reader

description

Ian Plosker, CTO and Co-founder, Orchestrate Learn how to get the most out of all of Orchestrate's features. We'll cover the API, the data model, how to query from the web, from a shell and a lot more. Each of the major API endpoints will be covered along with advanced topics like consistency, concurrency, and application placement.

Transcript of Intro To Orchestrate DBaaS: A Single API For Key/Value, Search, Graph, And Events.

Page 1: Intro To Orchestrate DBaaS: A Single API For Key/Value, Search, Graph, And Events.

APIcon UK 2014 Workshop

Page 2: Intro To Orchestrate DBaaS: A Single API For Key/Value, Search, Graph, And Events.

var  agenda  =  [                 "Intro",                 "What  is  Orchestrate",                 "Why",                 {                     "workshop":  [                               "docs",                               "client  libs",                               "API  tour"                             ]                 },              ];

OUR AGENDA

Page 3: Intro To Orchestrate DBaaS: A Single API For Key/Value, Search, Graph, And Events.

{     "name":     "Ian  Plosker",     "twitter":   "@dstroyallmodels",     "email":     "[email protected]",     "company":   {                 name:   "Orchestrate",                 role:   ["CTO",  "Co-­‐founder"],               },     "previous":  "Basho  Technologies"  }

INTROS

Page 4: Intro To Orchestrate DBaaS: A Single API For Key/Value, Search, Graph, And Events.

WHAT IS ORCHESTRATE?{       "software":       false,     "service":         true,     "database":       true,     "description":   "DBaaS",     "api":             "REST",     "contentType":   "application/json"  }  

Page 5: Intro To Orchestrate DBaaS: A Single API For Key/Value, Search, Graph, And Events.

BUT WHY?!{       "queryTypes":  [                   "key/value",                   "full-­‐text  search",                   "time-­‐series",                   "graph"                 ],     "future":       [                   "geospatial",                   "large  objects"                 ],  }  

Page 6: Intro To Orchestrate DBaaS: A Single API For Key/Value, Search, Graph, And Events.

DATA LOCALITY :){       "location":       "aws-­‐us-­‐east-­‐1",         "future":         [                         "aws-­‐eu-­‐west-­‐1",                         "your-­‐datacenter"                       ],     "replication":   2015  }  

Page 7: Intro To Orchestrate DBaaS: A Single API For Key/Value, Search, Graph, And Events.

LET’S GET STARTED

Page 8: Intro To Orchestrate DBaaS: A Single API For Key/Value, Search, Graph, And Events.

DASHBOARD.ORCHESTRATE.IO

Page 9: Intro To Orchestrate DBaaS: A Single API For Key/Value, Search, Graph, And Events.

ORCHESTRATE.IO/DOCS

Page 10: Intro To Orchestrate DBaaS: A Single API For Key/Value, Search, Graph, And Events.

API.ORCHESTRATE.IO