Skip to content

Commit 3f62018

Browse files
authored
Merge pull request #1330 from datanav/docs/warn-against-direct-dataset-writes
docs: warn against writing directly to datasets via API in production
2 parents ccc318a + 9799404 commit 3f62018

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

hub/api.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ With curl:
150150
Get a list of all the datasets
151151
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152152

153+
.. warning::
154+
155+
Do not use the dataset API to write data in production. To push data into Sesam, use either an
156+
:ref:`HTTP endpoint source <http_endpoint_source>` or the :ref:`JSON Push Protocol <json_push_protocol>`.
157+
153158
With curl:
154159

155160
::

hub/json-push.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _json_push_protocol:
2+
13
==================
24
JSON Push Protocol
35
==================

0 commit comments

Comments
 (0)