5 |
6 |
10 |
11 |
12 | {{ loadingMessage || 'Loading your Object!' }}
13 |
14 | 15 | Shouldnt take long... 16 |
17 |12 | Models are like buckets of objects that can be read later on. To store data with Horseman, you first need a model to store them in. Please be aware that indexes cannot be added once a model is created. 13 |
14 | 15 |17 | Loading models, this could take some time if you have a lot. 18 |
19 |36 | Once you have created one, they will show up here for you to add objects to 37 |
38 |36 | Manage how you access your data by limiting what keys can do. 37 |
38 | 39 | 46 | 47 | 48 |55 | Once you have created one, they will show up here for you to add keys to 56 |
57 |58 | Your search query may not have any results, the search box will only find results in the keys title. 59 |
60 |36 | Create and manage your {{model.id}} objects without needing to create your own interface. Just click and enter the Horseman Editor. 37 |
38 | 39 |55 | Loading content, this could take some time if you have a lot. 56 |
57 |67 | Once you have created one, they will show up here for you to add objects to 68 |
69 |70 | Your search query may not have any results, the search box will only find results in the objects title. 71 |
72 |29 | This is used to describe what your data will look like and how you want to store it. As a note, you cannot add new indexable fields once the model is created. 30 |
31 | 32 |71 | {{element.name}} 72 |
73 | 74 | {{element.type}} 75 | 76 |{{line.message}}
33 |56 | Whoa there! This JSON is not valid. Please check the JSON is valid before importing. 57 |
58 | 59 |60 | The above JSON will import: 61 |
62 | 63 |{{line.message}}
78 |98 | Get started quickly by clicking one of the presets below! You can also import your own preset by clicking the "Import from JSON" button above. Activating one of the presets will create models on your account. 99 |
100 | 101 |
26 | 33 | With Horseman, you can build apps that scale to millions of users, with a database that can handle it. Taking advantage of a global network of data centers, you can build apps and services that are fast, reliable, and secure. All from a single dashboard and API. 34 |
35 |43 | With no single point of failure, you can be sure that your data will be available to your users. 44 |
45 |51 | Using our API, your data is only 150ms average from your users, no matter where they are in the world. 52 |
53 |59 | Our API has been designed to be simple and intuitive, so you can focus on building your app. 60 |
61 |77 | With our REST API, you can create modern apps without needing to worry about the underlying infrastructure. No more managing clusters, scaling up, or dealing with downtime. With Horseman, you can focus on building your app, and let us handle the rest. 78 |
79 |87 | POST /v1/models/table/objects?key=abc123 88 |
89 |95 | GET /v1/models/table/objects?key=abc123 96 |
97 |103 | GET /v1/models/table/objects/objectID?key=abc123 104 |
105 |111 | POST /v1/models/table/objects/objectID?key=abc123 112 |
113 |119 | DELETE /v1/models/table/objects/objectID?key=abc123 120 |
121 |132 | SQL is just one way for you to access your data via Horseman. We have built in REST APIs, as well as a powerful SQL API. All over HTTP, allowing you to access your data in a way that is familiar to you. 133 |
134 | 135 |136 | Hit Enter to see what results you'll get! You can query the "posts", "authors", and "news" tables. 137 | We only support Horseman style wildcard searches inside the string, not LIKE queries. You can use the wildcard character '*' to search for anything. We also only support SELECT queries as of right now. 138 |
139 |151 | Query execution time: {{query_latency.toFixed(0)}}ms 152 |
153 | 154 || {{heading}} | 158 |
|---|
| 163 | {{JSON.stringify(obj[heading]).substring(0, 60)}} 164 | | 165 |