Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

inQuiry BB has multiple components like assessment-service, flink jobs spread across multiple GitHub repositories. The objective is to decouple the inQuiry specific code from KP (Knowledge-Plaform) Git Repos and bring under inQuiry BB space in GitHub.

Current Code Structure:

github.com/project-sunbird/knowledge-platform

...

  1. Currently all common modules are part of knowlg BB and tightly coupled with knowlg/inQuiry services/jobs.

Open Questions:

  1. Is separate infra monitoring (e.g: monitoring service, grafana dashboard) will be installed for inQuiry?

  2. How load testing will be performed for inQuiry components? Do we get common load test infra?

  3. Will inQuiry have its own cloud credentials or a common one?

  4. Currently all assessment api’s are onboarded with Content Role (e.g: Content Create or Content Update). Should we change the api roles to Question/QuestionSet Role (e.g: Question Create)?
    Note: this will have impact on SunbirdEd/Diksha/etc)


Proposed inQuiry BB Changes:

Proposed Git Repos:

  1. Sunbird-inQuiry/quml-service (for assessment-service )
    /quml-service/assessment-service
    /quml-service/assessment-actors
    /quml-service/qs-hierarchy-manager
    /quml-service/build (build script)
    /quml-service/schema (question & questionset schema)
    /quml-service/definition (sunbird supported primary category & its definition script for quml)
    /quml-service/tests (API Functional Test Script/Code)

  2. Sunbird-inQuiry/quml-jobs (for backend jobs)

  3. Sunbird-inQuiry/quml-editor (for questionset editor)

  4. Sunbird-inQuiry/quml-player (for quml player)

  5. Sunbird-inQuiry/devops (devops script for provisining, deployements)

  6. Sunbird-inQuiry/devops-cred or devops-private (private repo)

  7. Sunbird-inQuiry/quml-portal (dummy portal for experiencing inQuiry feature)

Configuration Change:

quml-service:

  • Cassandra keyspace configuration will be updated as per new keyspace format.

  • New Keyspace Format: [env_name]_[bb_name]_[keyspace_name] . e.g: dev_inquiry_hierarchy_store

  • Kafka topic confiuration will be updated as per new format. New format: [env_name]_[bb_name]_[topic_name]

  • if any other dependent services (e.g: taxonomy-service) will be deployed to inQuiry infra, that will also have similar inQuiry specific configuration changes.