social_network#

The social network application models a broadcast-style posting workflow.

It includes post composition, text and media enrichment, user resolution, timeline fan-out, and social-graph queries. It is inspired by the social network application from the DeathStarBench benchmark suite.

Source:

DeathStarBench repository

Modules

application

Factory for a social network microservice application.

mpi_services

MPI implementation for social network services.

rest_services

REST implementation for social network services.