amosproj / amos2023ss01-apache-pulsar-ui

MIT License
5 stars 2 forks source link

Setup AWS VM to host a persistent Apache Pulsar Instace #142

Closed phildree closed 1 year ago

phildree commented 1 year ago

User story

  1. As a Team
  2. We want to know how fast our application is
  3. So that we can find potential issues and address them timely

Acceptance criteria

Definition of done (DoD)

DoD general criteria

jnsrnhld commented 1 year ago

Step 1: Launch an EC2 Instance

Step 2: Log into the VM via SSH

Step 3: Pull the GitHub Repository

Step 4: Install Java, Docker, and Node.js

Now you have successfully created an AWS VM, logged into the VM via SSH, pulled a GitHub repository, and installed the required software (Java, Docker, and Node.js) from within the repository. You can proceed with further configuration or running the software as per the repository's instructions.

jnsrnhld commented 1 year ago

@phildree @MPSebastian If you want to have a look: http://13.49.158.228:8082/

I may shut the machine down in the meantime. Be aware that we are still creating topics in the background - it takes hours to create the target amount ~5000...

jnsrnhld commented 1 year ago

@phildree @MPSebastian for the demo later on:

http://16.16.92.163:8082/cluster

Image

I created a topic with an attached schema, see above screenshot.

jnsrnhld commented 1 year ago

If you want to see some messages: http://16.16.92.163:8081/api/swagger-ui/index.html#/message-controller/getMessages Click on "Try it out", insert topic "persistent://neuron-demo/customer/command.create-customer.v1" and execute!

Image