Skip to content

Releases: theryecatcher/chirper

Chirper Final Release

20 Dec 20:25
77d48cd
Compare
Choose a tag to compare

Implemented a distributed database using the RAFT consensus protocol. Moved all the code to be served as microservices.

Chirper Phase 2 Release

06 Dec 05:26
Compare
Choose a tag to compare
Pre-release

Implemented Unfollow feature. Fixed a Few bugs and restructured to confirm to the general Microservices API.

Chirper Initial Release

19 Nov 04:41
Compare
Choose a tag to compare

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.