Releases: theryecatcher/chirper
Releases · theryecatcher/chirper
Chirper Final Release
Implemented a distributed database using the RAFT consensus protocol. Moved all the code to be served as microservices.
Chirper Phase 2 Release
Implemented Unfollow feature. Fixed a Few bugs and restructured to confirm to the general Microservices API.
Chirper Initial Release
Initial look of the system. It has RPC implementation using the gRPC protocol and Protobuffs. The bare bones version of the site allows user to register, post, view tweets. Also the user can Follow other users and view their tweets once they follow them.