An example of how to use Stream Framework to create a simple feed REST API, instead of a monolith application like the official example. Uses django 1.10 and celery 4, which should be more up to date than the official example. Dockerfile and docker-compose are provided to painlessly run the service.
Stars
0
Forks
4
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
Dockerfile, docker-compose.yml: Use non-root user for celery. Fixes #1.
ae2328eView on GitHubEtc: Add cryptopgrahy keys to make it easier to reproduce the example.
cdf89c4View on GitHubInitial commit with a version that seems to write activities to Cassandra.
1e0a297View on GitHub