Skip to content

Commit

Permalink
Added cache in setup md
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitmashu committed Mar 21, 2023
1 parent 086a831 commit c790986
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ CREATE TABLE IF NOT EXISTS gis
----

## Setting up Metering for IUDX Gis Interface
- In Metering Verticle we are pushing data in Auditing Verticle through RabbitMQ. [config-example.json](configs/config-example.json).
- In Metering Verticle we are pushing data in Auditing Server through RabbitMQ. [config-example.json](configs/config-example.json).

**MeteringVerticle**

Expand All @@ -89,6 +89,20 @@ CREATE TABLE IF NOT EXISTS gis

----

## Setting up Internal Cache Store
- In order to connect with the internal cache, we need to add cache verticle configs available in [config-example.json](configs/config-example.json).

**CacheVerticle**

```
{
"id": "iudx.gis.server.cache.CacheVerticle",
"verticleInstances": 1
}
```

----

## Setting up RabbitMQ for IUDX Gis Interface
- Refer to the docker files available [here](https://github.com/datakaveri/iudx-deployment/blob/master/Docker-Swarm-deployment/single-node/databroker) to setup RMQ.

Expand Down

0 comments on commit c790986

Please sign in to comment.