Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 392 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 392 Bytes

gosharper

Collect podcasts and and stream it

Getting Started

    docker-compose up -d

This will start elasticsearch and kibana. You can access kibana at http://localhost:5601

Project Structure

- src/   - contains the source code for the project
   - feedservice/   - contains the feed parser   (in golang)  
   - searchservice/ - contains the search engine (in c#)