Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CBOR - The better JSON #54

Open
6 of 25 tasks
noctarius opened this issue Sep 24, 2016 · 0 comments
Open
6 of 25 tasks

CBOR - The better JSON #54

noctarius opened this issue Sep 24, 2016 · 0 comments

Comments

@noctarius
Copy link

noctarius commented Sep 24, 2016

セッション情報 / Session Detail

①タイトル / Title

CBOR - The better JSON

②概要 / Description

CBOR, the Concise Binary Object Representation, is a schema-less but type-safe data format, optimized for efficient serialization, streaming, compact data representation and easily parseable.

Using borabora, a fast and lazy evaluating CBOR parser, it is easy to query specific data or objects from a CBOR data stream.

This talk presents the basics about CBOR, a short comparison to JSON, BSON and other similar data formats. It also presents the current state of the parser and possible alternative implementations like Jackson. Furthermore it introduces the audience to parser features like queries and the showcase Hazelcast integration. The latter shows how easy and practical the CBOR data format is for clusters or micro services and how to build systems for 24/7 operational time using CBOR.

③カテゴリ / Category

  • Java SE
  • Java EE or Server Side Java (ex. Spring)
  • Java ME or Embedded Java
  • Java VMs
  • JVM Languages
  • Development and operations
  • その他 (Others): [Fill in this space]

④難易度 / Level

  • 初心者向け / Beginner
  • 中級者向け / Intermediate
  • 上級者向け / Advanced

⑤テーマ / Theme

  • テクノロジー枠 / Technology
  • 基礎枠 / Java Basis
  • コミュニティ枠 / Community
  • ルーキー枠 / Rookies
  • ハンズオン枠 / Workshop

⑥種類 / Talk Type

  • Standard (50min)
  • Short (20min)
  • Workshop (2h)

⑦言語 / Language

  • 日本語 / Japanese
  • 英語 / English
  • その他 / Other

⑧事後に資料を公開されますか? / Will you make the slide available after the conference?

  • Yes
  • No
  • 未定 / Not decided yet

講演者情報 / Speaker

⑨氏名 / Name

Chris Engelbert

⑩所属 / Company or Communities

Hazelcast, Inc.

⑪講演者紹介 / Bio

Christoph Engelbert is Manager of Developer Relations at Hazelcast. He is a passionated Java developer with a deep commitment for Open Source software. He mostly is interested in Performance Optimizations and understanding the internals of the JVM and the Garbage Collector. He loves to bring software to it's limits by looking into profilers and finding problems inside of the codebase.

⑫コミュニティ活動、BlogのURL、Twitterアカウントなど / Activities for OSS communities, blog URL, Twitter account etc.

http://www.sourceprojects.org
@noctarius2k
github.com/noctarius


非公開情報 / Private information

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.