Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Message Queue into SBOLExplorer #126

Open
cl117 opened this issue Aug 21, 2024 · 0 comments
Open

Add Message Queue into SBOLExplorer #126

cl117 opened this issue Aug 21, 2024 · 0 comments
Assignees

Comments

@cl117
Copy link
Collaborator

cl117 commented Aug 21, 2024

Install RabbitMQ
sudo rabbitmqctl status
https://www.rabbitmq.com/tutorials/tutorial-one-python
docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.13-management

Connect to REST:
https://funprojects.blog/2019/11/08/rabbitmq-rest-api/

https://stackoverflow.com/questions/53525239/front-facing-rest-api-with-an-internal-message-queue

Flast:
https://testdriven.io/blog/flask-contexts-advanced/

@cl117 cl117 self-assigned this Aug 21, 2024
@cl117 cl117 moved this to Backlog in SBOLExplorer Aug 21, 2024
@cl117 cl117 moved this from Backlog to Ready in SBOLExplorer Aug 21, 2024
@cl117 cl117 closed this as completed by moving to Ready in SBOLExplorer Aug 21, 2024
@cl117 cl117 moved this from Ready to In Progress in SBOLExplorer Aug 21, 2024
@cjmyers cjmyers reopened this Aug 21, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Ready in SBOLExplorer Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants