was looking through OrientDB binary protocol client implementation and noticed that it's not non-blocking (orientechnologies/orientdb#2173) so we might need to implement our own client on top of the binary protocol
not that difficult, if we just support the relevant parts
Otto Chrons
@ochrons
Netty might be a good base for async net I/O if we don't want to depend on akka.io