Skip to content

1varma/DE-Case-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Engineering Case Study of Pesto

This repository contains code for performing data analysis using Elasticsearch. The code includes functions to query Elasticsearch for aggregated data and statistical metrics, particularly focusing on analyzing clicks and conversions data.

Table of Contents

Introduction

The code provided in this repository is designed to perform analysis on data stored in Elasticsearch. Specifically, it focuses on analyzing clicks and conversions data to derive insights such as correlation between clicks and conversions, as well as various statistical metrics related to clicks and conversions.

Requirements

To use this code, you'll need the following prerequisites:

  • Elasticsearch instance running locally or accessible via URL
  • Python installed on your system
  • Required Python libraries (elasticsearch)

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/1varma/DE-Case-Study.git
    
  2. Install the required Python libraries:

    pip install elasticsearch
    

Usage

  1. Ensure that your Elasticsearch instance is running and accessible.

  2. Modify the Elasticsearch configuration in the code (es = Elasticsearch("http://localhost:9200")) if your Elasticsearch instance is running on a different URL.

  3. Run the Python script to perform data analysis:

    python analysis_script.py
    
  4. The script will connect to Elasticsearch, perform the analysis, and print the results to the console.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages