Collect podcasts and and stream it
docker-compose up -d
This will start elasticsearch and kibana. You can access kibana at http://localhost:5601
- src/ - contains the source code for the project
- feedservice/ - contains the feed parser (in golang)
- searchservice/ - contains the search engine (in c#)