Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulo-lopes-estevao/voting_system
https://github.com/paulo-lopes-estevao/voting_system
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulo-lopes-estevao/voting_system
- Owner: Paulo-Lopes-Estevao
- Created: 2022-05-26T20:42:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T12:59:03.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T14:38:57.186Z (almost 2 years ago)
- Language: Go
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Voting System
## en
voting systemIntroducing one of the solutions, of the problems that most applications that suffer large amounts of request have.
With this, a module of a voting system was built.
As an example the social networks based on the voting of the best social networks.
**MicroServices**
two microservices were created
user and votes
User registers his data to perform the votes.
**RabbitMQ**
We use *RabbitMQ's* messaging system to publish polls.
Then we will read the voting data and store it in the *sqlite3* database.
## pt
Sistema de votoApresentando uma das soluções, dos problemas que maior parte das apliacações que sofre grandes quantidades de requisição têm.
Com isto construiu-se um o modulo de um sistema de votação.
Como exemplo as redes socias baseando na votação das melhores redes sociais.
**Microserviços**
foi criado dois microserviços
usuário e votos
usuário registra seu dados para efetuar os votos.
**RabbitMQ**
em usamos o sistema de Mensageria o *RabbitMQ* para publicar as votações .
Depois vamos ler os dados das votações e armazenamos na base de dados *sqlite3*
## Installation
```
docker-compose up -d
```