Giter Site home page Giter Site logo

bitespeed's Introduction

Identity Reconciliation API

Overview

This project provides a solution for identity reconciliation, helping Bitespeed link different orders made with different contact information to the same person. This ensures a personalized customer experience by maintaining a consistent customer identity across multiple purchases.

Features

  • Identify and link customer identities based on email and phone numbers.
  • Ensure the oldest contact is treated as "primary" and the rest as "secondary".
  • Seamless integration with FluxKart.com to enhance their customer experience.

Technologies Used

  • Programming Language: Java
  • Framework: Spring Boot
  • Database: MySQL
  • Containerization: Docker
  • Orchestration: Docker Compose

API Endpoints

1. Identify Customer Contacts

  • URL: /identify

  • Method: POST

  • Description: Links customer contacts based on email or phone number.

  • Request Body:

    {
        "email" : "[email protected]",
        "phone_number" : "7654"
    }
    
    

Response:

{
    "contact": {
        "primary_contact_id": 4,
        "emails": [
            "[email protected]"
        ],
        "phone_numbers": [
            "7654"
        ],
        "secondary_contact_ids": []
    }
}

Running the Application

Prerequisites

  • Docker installed on your machine

Steps

  1. Clone the repository:

    git clone https://github.com/Sharath-majjigi/bitespeed.git
    cd bitespeed
  2. Build and run the Docker containers:

    docker-compose up --build
  3. Access the API:

Conclusion

This application provides a robust solution for identity reconciliation, ensuring a seamless and personalized experience for customers on FluxKart.com. By leveraging Docker and Docker Compose, it is easy to set up and run the application in any environment.

bitespeed's People

Contributors

sharath-majjigi avatar sharathmajjigi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.