Skip to content

Latest commit

History

History

src

Echo: Podcast Search Engine

  • echo-actors : The Scala implementation of the Echo engine, based on a distributed actors architecture using Akka
  • echo-microservices : The Java implementation of the Echo engine, based on a microservice architecture
  • echo-core : The library for core Echo tasks (feed-parsing, searching, etc), used by echo-actors and echo-microservices
  • echo-web : The web-frontend for the Echo, used by both echo-actors and echo-microservices

Actor-Engine

Run with:

gradle :echo-actors:clean build run

Web

Run with:

gradle :echo-web:ngServe