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:

Oracle BI 12c Overall componen...
Oracle BI 12c Overall componen... 4423 views Илья Дергунов Wed, 02 May 2018, 14:48:42
Future Trends in Analytics: Mo...
Future Trends in Analytics: Mo... 1408 views Даниил Tue, 29 Oct 2019, 06:42:44
scikits.learn: brief descripti...
scikits.learn: brief descripti... 1025 views Светлана Комарова Thu, 10 Oct 2019, 04:00:43
Introduction to OLAP: basic co...
Introduction to OLAP: basic co... 4403 views Akmaral Wed, 03 Jan 2018, 06:21:04
Comments (0)
There are no comments posted here yet
Leave your comments
Posting as Guest
×
Suggested Locations