We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated the example Concordia definition.
Added a note for character encoding and stream uploading.
Removed <hr>'s because GitHub changed their template and fixed "back to top" anchors.
Removed some unnecessary formatting.
Removed the "Experimental" warning.
Added a note about updating a stream.
Added the opt-in parameter to upload.
Edited the link for Concordia.
Removed the "time" and "timezone" fields in the "location" section of the upload "metadata" in favor of a "timestamp" field. "time" and "timezone" are still allowed, but "timestamp" is favored over the two.
Updated the upload definition including adding the "id" metadata field and removing the "time" and "timezone" fields. We are going to encourage people to use the "timestamp" field exclusively, but "time" and "timezone" will still be accepted.
Added the additional output field to stream upload.
Fixed a typo.
Changed the definition per a design change and simplified some of the language defining observers.
Added a missing parameter to stream/read.
Fixed some formatting and ambiguity in the meta-data definition of the stream definition.
Converted the numeric types from their current value, e.g. "double", "long", etc., to Concordia's more generic type, "number".
Updated the stream definitions to be Concordia instead of Avro.
Added the observer/update link.
Added and documented observer/update.
Re-added the observer_version parameter to stream/upload.
Made an update to how uploads are handled.
Added the client to the list of parameters.
Escaped some less-than and greater-than symbols.
Fixed a formatting issue.
Updated the table of contents.
Added stream read.
Updated Observer Manipulation (markdown)
Added data upload.
Added an example definition.