Ayadi Tahar | Data Engineering

Learn CRUD Operations on Elasticsearch using Kibana

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

Learn CRUD Operations on Elasticsearch using Kibana

Whether you have structured or unstructured text, numerical data, or geospatial data, Elasticsearch efficiently stores and indexes it in a way that supports fast searches.

In our article today , we will learn how to perform CRUD operations on Elasticsearch which include create indexes

Read more

First taste of Document Databases with MongoDB - V2

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

First taste of Document Databases with 
MongoDB - V2

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

Introduction to CRUD Operations in Neo4j with Cypher

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

Introduction to CRUD Operations in Neo4j with Cypher

Neo4j is a very popular, widely-used No-SQL graph database. In our article today, we are going to learn how to install neo4j, and we will demonstrate on how to apply CRUD operations in Neo4j with SET, Remove, Delete and Merge (Create and MATCH) clauses using CQL language .

Do

Read more

Spark Structured Streaming with CSV files

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

Spark Structured Streaming with CSV files

Structured Streaming is a scalable and fault-tolerant stream processing engine built on the Spark SQL engine. You can express your streaming computation the same way you would express a batch computation on static data. The Spark SQL engine will take care of running it incrementally and

Read more