Technology

AVRO v1.2.0

알 수 없는 사용자 2009. 12. 29. 16:44

hadoop에서 발표된 avro v1.2.0입니다.

  • Rich data structures.
  • A compact, fast, binary data format.
  • A container file, to store persistent data.
  • Remote procedure call (RPC).
  • Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages.
  • 이러한 기능들을 제공한다고 하는군요....

    gsoap을 대체할 만한 시스템이 될지는 의문이지만 한번 사용해보는 것도 괜챦을 법하네요

    자세한 건 이쪽으로 가서 보세요
    http://hadoop.apache.org/avro/