Skip to content

Commit 32f211b

Browse files
authored
Update README.adoc
1 parent 5906d80 commit 32f211b

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.adoc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,7 @@
44

55
see: `./twitter-docker/twitter-docker-services/src/docker-compose.yml`
66

7-
this repo demonstrate, how to retrieve data using twitter API
8-
9-
. add spring twitter social dependency
10-
. configure required application properties `application.-twitter.yml`:
11-
- `spring.social.twitter.app-id: TODO`
12-
- `spring.social.twitter.app-secret: TODO`
13-
14-
== old
15-
16-
this is repo containing (async `RabbitMQ messaging` and sync `REST` microservices) data models processing:
7+
this repo demonstrate CQRS data transfer in REST API and messaging microservices. it's containing (async `RabbitMQ messaging` and sync `REST` microservices) data models processing:
178

189
. main idea here is: each microservice doing single simple job, but doing it well, efficient and fast
1910
. actor 1: `twitter-data` - single service which is listenning creation entity command (event) and store input data into RDBMS (Postgre SQL)

0 commit comments

Comments
 (0)