Karan is the pure data repository, taxonomy registry, and business configuration archive for the Dataist ecosystem. It contains no execution logic or operating system packages; its sole purpose is to provide metadata and business service definitions to Dataiso.
taxonomies/: Contains all industry sectors (e.g.,09_IT_Software_Telecom) and their respective subcategories.metadata.json: Industry or subcategory descriptive information in multiple languages.base-services.yaml: Docker Compose definitions for business tools and services (e.g., accounting, CRM, project management).
schemas/: JSON Schema definitions for validating metadata files.
- Read Taxonomy: Dataiso reads the selected industry and subcategory from
taxonomies/. - Load Metadata: Parses
metadata.jsonto present localized names and descriptions to the user. - Deploy Services: Reads
base-services.yamlto spin up the required business tools via containerization.
To add a new industry or subcategory:
- Create the appropriate folder structure inside
taxonomies/. - Provide a valid
metadata.jsonmatching the schema inschemas/. - Define any necessary business apps in
base-services.yaml.