Giter Site home page Giter Site logo

jjeanjacques10 / twitter-microservices Goto Github PK

View Code? Open in Web Editor NEW
18.0 2.0 2.0 403 KB

Repository to recreate the microservices architecture of Twitter

License: MIT License

Shell 1.83% Java 74.44% Kotlin 21.36% Dockerfile 1.08% Batchfile 0.46% Procfile 0.83%
java microservices-architecture spring-boot twitter twitter-microservices

twitter-microservices's Introduction


Logo

Repository to recreate the microservices architecture of Twitter.
Explore the docs »

Report Bug · Request Feature

Jean Jacques Barros Repository size GitHub last commit License GitHub Pull Requests Stargazers

Tweet Service

The first service created was Tweet Service. Microservice to record tweets and favorite actions.

User Service

Manage users profiles to control authentication and authorization actions.

Timeline Service

Service to listener new tweets created and generate users' timeline in Redis

Eureka Service

Service Discovery, it's where I'll register my microservices.

Gateway Service

Gateway provides a flexible way of routing requests.

Technologies

Get Started

Running Databases:

docker-compose up -d --build

Running applications:

## == Build ==
run.sh 
# or 
run.bat

## == Running ==
docker-compose -f docker-compose-app.yml up --build -d

Postman

Access postman collection here

Tables

Functional Requirements

The reference to functional requirements is this article: Design Twitter — Microservices Architecture of Twitter Service

  1. The users can post new messages or tweets (this is a write operation).

  2. The size of a tweet is 140 characters at most.

  3. A user can delete his tweets but not update/edit his posted tweets (this is a write operation).

  4. The users can mark favorite tweets (write operation).

  5. Each user have a personalized timeline with must recent tweets

Diagrams

Logo

Contact

Linkedin | Github | Medium | Email

Project Link: https://github.com/jjeanjacques10/twitter-microservices


Developed by Jean Jacques Barros

twitter-microservices's People

Contributors

imgbotapp avatar jjeanjacques10 avatar rpedrodasilva10 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

twitter-microservices's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.