Ayadi Tahar | Data Engineering

Apache Spark and Cassandra : Best NoSQL Big Data combination

Publish Date: 2022-10-07      By: Ayadi Tahar

Apache Spark and Cassandra : Best NoSQL Big Data combination

Apache Spark™ is considered as the most powerful engine for executing data engineering, data science, and machine learning on single-node machines or clusters over diverse data sources such as NoSQL databases.

Apache Read more

Realtime Analysis using Spark Streaming and Kafka

Publish Date: 2022-10-09      By: Ayadi Tahar

Realtime Analysis using Spark Streaming and Kafka

Spark Streaming is an extension of the core Spark API that enables scalable, high-throughput, fault-tolerant stream processing of live data streams. Data can be ingested from many sources like Kafka, Kinesis, or TCP sockets, and can be processed using complex algorithms expressed with

Read more

Read/Write data from/to PostgreSQL tables using Spark

Publish Date: 2022-10-02      By: Ayadi Tahar

Read/Write data from/to PostgreSQL tables using Spark

Apache Spark is a fast and general computing engine used for big data processing. It can process data from different sources and formats, one of them is data from relational databases like PostgreSQL.

In our article, we will show you the steps to on how to read data from PostgreSQL t

Read more

First taste of Document Databases with MongoDB

Publish Date: 2022-09-21      By: Ayadi Tahar

First taste of Document Databases with 
MongoDB

MongoDB classified as a NoSQL document database with the scalability and flexibility that developers require for querying and indexing most complex data applications at any scale.

MongoDB stores data in flexible, JSON-like documents with optional schemas (schema-less), meani

Read more

In memory Caching Database layer: Getting Started with Redis

Publish Date: 2022-09-30      By: Ayadi Tahar

In memory Caching Database layer: Getting Started with Redis

The open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker.

Redis is a data structure server. At its core, Redis provides a collection of native data types that help you solve a wide variety of prob

Read more