top of page
Search

Migrating Data From Couchbase to Postgres using Apache Spark
Introduction Apache Spark is a famous distributed data processing platform and framework. Since Apache Spark is a prior data processing...
ergemp
Jan 7, 20214 min read
53 views
0 comments

Enhancing your Click-Stream with CRM database
Click-Stream in Summary In summary, Click-Stream is the every event of end users on the e-commerce websites. Since every click, search,...
ergemp
Jan 7, 20214 min read
8 views
0 comments
Querying your Database Data with JdbcRDDs
Spark JdbcRDD is a special RDD structure to handle the database tables. It is quite confusing to realize the code. In this post we are...
ergemp
Jan 7, 20212 min read
21 views
0 comments

Spark Streaming in Action for Click-Stream
In this post, I am going to describe an end to end architecture to process and analyze the click-stream events for a website with Apache...
ergemp
Jan 7, 20215 min read
14 views
0 comments
bottom of page