-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,26 @@ | ||
# singkatin-revamp | ||
Revamped [Last Projects URL Shortener API's](https://github.com/PickHD/singkatin-api) using Golang. | ||
|
||
## Architect Overview : | ||
![ERD](https://raw.github.com/PickHD/singkatin-revamp/master/arch_singkatin_revamp.png) | ||
|
||
## Whats Changed? | ||
1. From Monolith to Microservices | ||
2. Scalable & Maintainable Codes | ||
3. Become Asynchronous Operation using Messaging Queues (RabbitMQ) | ||
4. From SQL to NoSQL | ||
5. Using RPC for service interactions | ||
|
||
## Main Features : | ||
1. Authentications Supports using JWT | ||
2. User Profiles | ||
3. User Dashboard (can analyze how much visitor / users click the short links) | ||
|
||
## Tech Used : | ||
1. Golang _(Every services using different framework due experimenting performances.)_ | ||
2. MongoDB | ||
3. Redis | ||
4. RabbitMQ | ||
5. GRPC | ||
|
||
## Architect Overview | ||
![ERD](https://raw.github.com/PickHD/singkatin-revamp/master/arch_singkatin_revamp.png) | ||
|