> For the complete documentation index, see [llms.txt](https://lern.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lern.sunbird.org/use/developer-guide/lms-service/developer-installation/source-code.md).

# Source Code

#### Source Code:

Batch Service - [https://github.com/Sunbird-Lern/sunbird-course-service](https://github.com/sunbird-lern/sunbird-course-service)

Certification Service - [https://github.com/](https://github.com/sunbird-lern/cert-service)[Sunbird-Lern](https://github.com/sunbird-lern/sunbird-course-service)[/cert-service](https://github.com/sunbird-lern/cert-service)

Certificate Registry - [https://github.com/](https://github.com/sunbird-lern/certificate-registry)[Sunbird-Lern](https://github.com/sunbird-lern/sunbird-course-service)[/certificate-registry](https://github.com/sunbird-lern/certificate-registry)

Sunbird-RC - <https://github.com/Sunbird-RC/sunbird-rc-core>

Environment and API Configurations - [https://github.com/](https://github.com/project-sunbird/sunbird-devops)[Sunbird-Lern](https://github.com/sunbird-lern/sunbird-course-service)[/sunbird-devops](https://github.com/project-sunbird/sunbird-devops)

ES Mappings:

<https://github.com/project-sunbird/sunbird-devops/tree/master/ansible/roles/es-mapping>

Database setup:

[https://github.com/](https://github.com/sunbird-lern/sunbird-utils/tree/master/sunbird-cassandra-migration/cassandra-migration/src/main/resources/db/migration/cassandra)[Sunbird-Lern](https://github.com/sunbird-lern/sunbird-course-service)[/sunbird-utils/tree/master/sunbird-cassandra-migration/cassandra-migration/src/main/resources/db/migration/cassandra](https://github.com/sunbird-lern/sunbird-utils/tree/master/sunbird-cassandra-migration/cassandra-migration/src/main/resources/db/migration/cassandra)

Merge courses job(samza) (After release-5.0.0, this became a flink job and moved to Lern data-pipeline repo.)

[sunbird-learning-platform/platform-jobs/samza/merge-user-courses](https://github.com/Sunbird-Lern/data-pipeline/tree/master/lms-jobs)

**Flink Jobs**

Before release-5.0.0

Activity aggregate updater, Cert-preprocessor, Cert-generator, Relational cache updater

{% embed url="<https://github.com/Sunbird-Lern/knowledge-platform-jobs>" %}

Assessment Aggregator

{% embed url="<https://github.com/Sunbird-Obsrv/sunbird-data-pipeline/tree/master/data-pipeline-flink/assessment-aggregator>" %}

Flink Job Configurations - [sunbird-learning-platform/main.yml](https://github.com/Sunbird-Lern/data-pipeline/tree/master/lms-jobs)

After release-5.0.0 all flink jobs are in below repo:

<https://github.com/Sunbird-Lern/data-pipeline/tree/master/lms-jobs>

Report Jobs :

1. Progress Exhaust
2. User Info Exhaust
3. Response Exhaust

&#x20;<https://github.com/Sunbird-Ed/sunbird-data-products> (before release-5.0.0)

<https://github.com/Sunbird-Lern/data-products/tree/master/lern-data-products/src/main/scala/org/sunbird/lms> ( after release-5.0.0)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://lern.sunbird.org/use/developer-guide/lms-service/developer-installation/source-code.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
