Skip to content

Kapranov/api.gateway

Repository files navigation

GatewayApi

TODO: Add description

  1. clean up Kafka log dirs every time when it starts app - rm -fr /opt/kafka/logs/*
  2. change dir to app - cd api.gateway
  3. start up - ./zookeeper.sh
  4. start up - ./kafka.sh
  5. create topic MyTopic - sudo -u kafka /opt/kafka/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic MyTopic
  6. create topic kaffe-test - sudo -u kafka /opt/kafka/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic kaffe-test
  7. subscription to topic MyTopic - sudo -u kafka /opt/kafka/bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic MyTopic --from-beginning
  8. subscription to topic kaffe-test - sudo -u kafka /opt/kafka/bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic kaffe-test --from-beginning
  9. start up an application - .run.sh
  10. in any browsers - http://159.224.174.183/graphiql you can change addresss in file - config/config.exs:20,22
  11. Please see for a detailed are queries into directory - scripts

Documentations

  1. Demo source Code with mocks
  2. MessageGateway-2023
  3. MessageGateway-2019
  4. MessagesGateway.API
  5. MVP (draft) - розробка
  6. Models with Seeders
  7. Technicals
  8. Task-67
  9. Task-87
  10. Task-91
  11. Task-92
  12. Projects
  13. RFP
  14. 2023-01-06
  15. Notification-Service

5 September 2023 by Oleg G.Kapranov

About

eHealth with microservices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published