Connecting Axon application to DocumentDb
Reading Time: 5 minutes Step 1 : Create an Amazon EC2 Instance This EC2 instance is for ssh tunneling to aws documentDB cluster and application running locally. By using cmd: chmod 400 keypair-name :- Gives the user read permission, and removes all other permission. Step 2 : Create an Amazon DocumentDB Cluster Step 3 : Create a Java application with the Axon framework for Event-Sourcing.(Aws DocumentDB as event Continue Reading