Skip to content
Zoran Kokovic edited this page Feb 16, 2016 · 2 revisions

Welcome to the Giftly wiki!

Giftly is example application that tracks what is popular and recommends.

Gifts are served from MongoDB. Elasticsearch relies on Mongo connector to keep search data up to date. Likes are logged to Kafka topic. Spark moves the data and performs runtime computations. Cassandra holds data prepared for reporting. Gifts are matched with likes statistics, search statistics and other resources to produce recommendations for given user.

Clone this wiki locally