https://github.com/ibrahimfazili/urlshortner
https://github.com/ibrahimfazili/urlshortner
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibrahimfazili/urlshortner
- Owner: IbrahimFazili
- Created: 2022-10-13T02:05:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T03:04:19.000Z (over 2 years ago)
- Last Synced: 2024-12-27T12:27:18.590Z (5 months ago)
- Language: Java
- Size: 33.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This project is designed to work on NFS mounted systems, like UTM's lab machines
### Authors
- [Ibrahim Fazili](https://github.com/IbrahimFazili)
- [Lakshya Gupta](https://github.com/Lakshya2610)
- Jayvin Chang## **Dependencies**
npm (Node Package Manager)
## **Instructions on running the code**
Clone the repo
Running
> python3 run.py
>
> executes the orchestration script with default values. I.e, number of hosts to deploy will be 1, number of database nodes will be 1, replication factor will be 1To run it with 5 hosts, 4 database nodes and replication factor of 2, the command will be
> python3 run.py -hosts 5 -rf 2 -dbnodes 4
## **Admin Credentials**
Username: [email protected]
Password: test123