11
Achilles, the art of object mapping DuyHai DOAN – Apache Cassandra evangelist

Achilles: the Art of Object Mapping (DuyHai DOAN, Datastax) | Cassandra Summit 2016

Embed Size (px)

Citation preview

Page 1: Achilles: the Art of Object Mapping (DuyHai DOAN, Datastax) | Cassandra Summit 2016

Achilles, the art of object mapping

DuyHai DOAN – Apache Cassandra evangelist

Page 2: Achilles: the Art of Object Mapping (DuyHai DOAN, Datastax) | Cassandra Summit 2016

1 Why Achilles ?

2 Demo Basic Usage

3 Demo Advanced Usage

4 Demo Power User

2 © DataStax, All Rights Reserved.

Page 3: Achilles: the Art of Object Mapping (DuyHai DOAN, Datastax) | Cassandra Summit 2016

Why Achilles ?

© DataStax, All Rights Reserved. 3

•  Plenty of object mappers out there!•  Spring Data Cassandra•  https://github.com/valchkou/cassandra-driver-mapping•  https://github.com/47deg/firebrand•  …

•  Mapping module of the Java Driver works very well !

Page 4: Achilles: the Art of Object Mapping (DuyHai DOAN, Datastax) | Cassandra Summit 2016

Achilles objectives

© DataStax, All Rights Reserved. 4

•  Advanced features for power-users

•  Type-safe query DSL for Cassandra neophytes•  Get rid of typos•  Detect errors at compile-time •  Enforce best practices for SELECT/UPDATE/INSERT/DELETE query (you can’t

create queries that are now allowed)

•  Flexibility and pluggability

•  Move away from JPA habits (CQL != SQL)

Page 5: Achilles: the Art of Object Mapping (DuyHai DOAN, Datastax) | Cassandra Summit 2016

How to achieve those goals ?

© DataStax, All Rights Reserved. 5

•  Annotation Processing

•  « The power of byte-code manipulation without its dark magic »

•  Meta-programming → create source code … to generate source code

Page 6: Achilles: the Art of Object Mapping (DuyHai DOAN, Datastax) | Cassandra Summit 2016

Dark magic pyramid

© DataStax, All Rights Reserved. 6

Common Java Developers

Annotation Processor Experts

Byte-Code Gurus

Com

plex

ity &

Abs

trac

tion

Page 7: Achilles: the Art of Object Mapping (DuyHai DOAN, Datastax) | Cassandra Summit 2016

© DataStax, All Rights Reserved. 7

Demo

Page 8: Achilles: the Art of Object Mapping (DuyHai DOAN, Datastax) | Cassandra Summit 2016

Recap

© DataStax, All Rights Reserved. 8

•  You are •  an experienced Cassandra developper•  a Cassandra beginner

Give it a try!

Page 9: Achilles: the Art of Object Mapping (DuyHai DOAN, Datastax) | Cassandra Summit 2016

© DataStax, All Rights Reserved. 9

www.achilles.io

Page 10: Achilles: the Art of Object Mapping (DuyHai DOAN, Datastax) | Cassandra Summit 2016

© DataStax, All Rights Reserved. 10

Q & A

! "

Page 11: Achilles: the Art of Object Mapping (DuyHai DOAN, Datastax) | Cassandra Summit 2016

© DataStax, All Rights Reserved. 11

Thank You @doanduyhai

[email protected]

https://academy.datastax.com/