does axon framework support sql event store (e.g. MySQL)?

Does axon framework support sql/jdbc event stores (e.g. Oracle, MySQL)?

If not, is this planned?

Many thanks,

Chris

Hi Chris,

out of the box there’s a JpaEventStore which you can persist in your preferred db flavour:
http://www.axonframework.org/docs/2.0/repositories-and-event-stores.html#d4e974

Jasha

Ah, I could only see MongoDB in the architectural overview so I wasn’t sure if standard RDBMS was supported.

Many thanks Jasha.