Avrot: brief description

Avrot: brief description
Светлана Комарова

Светлана Комарова

Автор статьи. Системный администратор, Oracle DBA. Информационные технологии, интернет, телеком. Подробнее.

A newer competitor to Thrift, and also under the Apache umbrella, Avro offers similar functionality but with very different design tradeoffs. You still define a schema for your data and the interfaces you’ll use, but instead of being held separately within each program, the schema is transmitted alongside the data. That makes it possible to write code that can handle arbitrary data structures, rather than only the types that were known when the program was created.

This flexibility does come at the cost of space and performance efficiency when encoding and decoding the information. Avro schemas are defined using JSON, which can feel a bit clunky compared to more domain-specific IDLs, though there is experimental support for a more user-friendly format known as Avro IDL.

Вас заинтересует / Intresting for you:

Introducing User-Driven Data E...
Introducing User-Driven Data E... 1383 views Валерий Павлюков Fri, 20 Jul 2018, 09:19:02
Healthcare Analytics Use Case ...
Healthcare Analytics Use Case ... 2526 views Stepan Ushakov Tue, 17 Sep 2019, 06:09:25
Thrift: brief description
Thrift: brief description 1088 views Светлана Комарова Wed, 09 Oct 2019, 12:13:54
Building Your Essbase Database...
Building Your Essbase Database... 4410 views Ирина Светлова Wed, 02 May 2018, 13:51:28
Comments (0)
There are no comments posted here yet
Leave your comments
Posting as Guest
×
Suggested Locations