Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

This repository contains a reference implementation of the BPP that has been onboarded on the Beckn Gateway and Beckn Gateway Registry under the Jobs and Internships category.

License

Notifications You must be signed in to change notification settings

affinidi/reference-api-dsep-jobs-bpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decentralised Skilling and Education Protocol: Jobs and Internships

Decentralized Skilling and Education Protocol project provides open interoperable specifcations for creating decentralized skills and education networks. It is an adaptation of beckn protocol core specification with added taxonomies and sample network policies for the skills and education sector.

This document serves as a reference for the implementation of the Beckn Provider Platform (BPP) specifically tailored to the Jobs and Internships track, compliant with the DSEP spec v1.0.0. The Job and Internship BPP Service facilitates interactions between job providers/employers and job seekers, with the aim of establishing a transparent ecosystem that promotes learning, connection, problem-solving, and knowledge-sharing within communities.

Deployment and Network Registration Details

This repository contains a reference implementation of the BPP that has been onboarded on the Beckn Gateway and Beckn Gateway Registry under the Jobs and Internships category.

  • Domain

dsep:jobs

Architecture

image

Supported methods

  • /search:

This endpoint enables users to search for jobs and internships by sending a direct DSEP-compliant request to the BPP with the context.domain set as dsep:jobs. This allows for a targeted and efficient search experience for users.

  • /select:

This endpoint enables users to select a specific job or internship and retrieve more detailed information about it. The context domain for this method should be set as dsep:jobs. In the reference implementation of the course discovery platform, this endpoint is triggered when a user expands a particular job to view its details.

  • /init:

This endpoint allows for initiating application for job or internship by getting a validation from the BPP for posted Xinput data. The context domain for this method should be dsep:jobs.

  • /confirm:

This endpoint confirms the submission of an application after successful validation during the Init request.

  • /status:

This endpoint allows users to retrieve the status of their job application. The application status may change over time, starting from the initial screening phase, progressing to either Accepted or Rejected, and ultimately, if selected, leading to the Onboarding phase.

Each of these API calls requires a BAP URL to send data back to the BAP. Therefore, the client (BAP) must expose the on_search, on_select, on_init, on_confirm, and on_status endpoints to receive the response from the BPP. These endpoints should be configured to receive the appropriate data format and handle the responses accordingly.

Tech stack

  • .Net 6.0
  • OpenSearch 2.4.0

Prerequisite to run the BPP API

  • An API to query the job catalogue : in this example DAL-API (Data access layer- API )
  • Environment variables as below

--

searchUrl
searchbaseUrl
save_xinput_url
bpp_privatekey
bpp_subscriber_id
bpp_unique_key_id
bpp_url
bpp_Xinput_url
verify_signature
dsep_registry_url
verify_proxy_signature

Prerequisite to run the DAL-API

  • ANY document DB with rest API interface : this example uses OpenSearch to query the catalogue

Setup Options

Job and Internship BPP service can be setup in local using docker images:

As part of multi-container local setup with all other services and dependencies using Docker-Compose

Docker-Compose Setup Guide

what you need

  • docker run time

  • docker compose

  • postman(or similar )

  • components in deployment:

    • BPP
    • Data access layer API
    • OpenSearch

building docker image for service

  • BPP

    Navigate to BPP folder

docker build . -t dsep-bpp

  • Data access layer API

    Navigate to DAL-API

docker build . -t dal-api

Then use the local docker compose file https://github.com/sanjay95/reference_DSEP_BPP/blob/main/docker-compose-local.yml to start the containers

docker-compose - f < docker-compose-local.yml file location > up -d

If you do not want to build the images and use the available images to run the setup, use the default docker compose file https://github.com/sanjay95/reference_DSEP_BPP/blob/main/docker-compose.yml to start the containers

BPP APIs will be available at

Job Portal APIs will be available at

http://localhost:8080/opensearch

Application sample payload

https://github.com/sanjay95/reference_DSEP_BPP/blob/main/Application_sample.json

About

This repository contains a reference implementation of the BPP that has been onboarded on the Beckn Gateway and Beckn Gateway Registry under the Jobs and Internships category.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages