Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions hub/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ With curl:
Get a list of all the datasets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. warning::

Do not use the dataset API to write data in production. To push data into Sesam, use either an
:ref:`HTTP endpoint source <http_endpoint_source>` or the :ref:`JSON Push Protocol <json_push_protocol>`.

With curl:

::
Expand Down
2 changes: 2 additions & 0 deletions hub/json-push.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _json_push_protocol:

==================
JSON Push Protocol
==================
Expand Down