Skip to content

Commit

Permalink
Read me update
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed Aug 2, 2022
1 parent cd1b6e1 commit bd6e3a1
Showing 1 changed file with 15 additions and 19 deletions.
34 changes: 15 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,22 @@
# Overview
Dao holds the dao & repository classes for XMessage.

## Reactive Cassandra Repository
Example using spring boot, and spring data reactive cassandra repository
# Getting Started

## Getting Started
## Prerequisites

### Setup cassandra
1. Get cassandra image
* docker pull cassandra

2. start cassandra node
* docker run -it --rm --name cassandra-node -p7000:7000 -p7001:7001 -p9042:9042 -p9160:9160 cassandra

### Run client
* build using mvn clean install -U
* run spring boot application

### Prerequisites

* java 8
* java 11 or above
* docker
* cassandra
* kafka
* postgresql
* redis
* fusion auth
* lombok plugin for IDE
* maven
* maven

## Build
* build with tests run using command **mvn clean install -U**
* or build without tests run using command **mvn clean install -DskipTests**

# Detailed Documentation
[Click here](https://uci.sunbird.org/use/developer/uci-basics)

0 comments on commit bd6e3a1

Please sign in to comment.