Vertaling van "Avro data" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Avro schemas describe the structure of the corresponding Avro data and are written in JSON format.
In Avro-Schemas wird die Struktur der entsprechenden Avro-Daten beschrieben und im JSON-Format gespeichert.
Avro data can be serialized in binary format or JSON format.
Avro-Daten können ins Binärformat oder ins JSON-Format serialisiert werden.
Avro data in JSON format is typically saved as a.json file.
Avro-Daten im JSON-Format werden normalerweise in einer.json -Datei gespeichert.
Despite its widespread use as a data serialization method for big data applications, there were previously no tools available for working with Avro data visually, until XMLSpy XML editor pioneered its user-friendly Avro View.
Trotz der weitverbreiteten Verwendung als Datenserialisierungsmethode für Big Data-Applikationen standen bisher keine Tools für das visuelle Arbeiten mit Avro-Daten zur Verfügung. Der XMLSpy XML Editor bietet als erstes Tool eine benutzerfreundliche Avro-Ansicht.
Avro data can be serialized in binary format or JSON format, and XMLSpy supports both.
Avro-Daten können im Binär- oder JSON-Format serialisiert werden, XMLSpy unterstützt beides. Avro-Schema Editor
XMLSpy supports both formats used to serialize Avro data: binary and JSON.
XMLSpy unterstützt beide zum Serialisieren von Avro-Daten verwendeten Formate: Binär- und JSON-Dateien.
Conversion of Avro binaries to Avro schema and Avro data in JSON format
Konvertierung von Avro-Binärdateien in Avro-Schemas und Avro-Daten im JSON-Format
You can edit Avro data (as.json JSON documents) in Text View and Grid View; both views provide intelligent editing features.
Sie können Avro-Daten (als.json JSON-Dokumente) in der Text- und der Grid-Ansicht bearbeiten; beide Ansichten bieten intelligente Bearbeitungsfunktionen.
Avro data and Avro schema documents, as JSON documents, can be validated in Text View and Grid View
Avro-Daten und Avro-Schema-Dokumente können wie JSON-Dokumente in der Text- und Grid-Ansicht validiert werden
The binary format contains both the Avro data structures and their schema, and is usually generated via automated data processing procedures.
Das Binärformat enthält sowohl die Avro-Datenstrukturen als auch ihre Schemas und wird normalerweise mittels automatisierter Datenverarbeitungsprozeduren generiert.
In actual deployment scenarios, an Avro document is typically serialized as a binary file which contains not only the Avro data structures but also the Avro schema that is used to define these structures.
Ein Avro-Dokument wird in tatsächlichen Anwendungsszenarien normalerweise als Binärdatei, die nicht nur die Avro-Datenstruktur, sondern auch das zum Definieren dieser Strukturen verwendete Avro-Schema enthält, serialisiert.
If the document is an Avro data document in JSON format, then an Avro schema must be assigned to the instance for auto-completion to work.
Wenn es sich beim Dokument um ein Avro-Datendokument im JSON-Format handelt, so muss der Instanz ein Avro-Schema zugewiesen werden, damit die Autokomplettierung funktioniert.
An Avro schema specifies the structure of an Avro data block.