Skip to content

Files

Latest commit

 

History

History

oada

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 29, 2021
Jan 24, 2025
Apr 29, 2025
Apr 29, 2025
Apr 11, 2025
Dec 11, 2024
Jun 5, 2023
Jun 5, 2023
Dec 11, 2024
Mar 5, 2025
Apr 20, 2022
Apr 11, 2025
Feb 10, 2021
Mar 13, 2025
Apr 29, 2025
Feb 19, 2025
Apr 29, 2025

OADA micro-services

This is a yarn 3 monorepo using pnp. It contains all the core "OADA" micro-services of the reference implementation, as well as some libraries for said services.

Architecture

The services are all JavaScript/TypeScript which runs in Node.js.

Messages between services are communicated via kafka, and the underlying database used is arangodb.

Administration commands

Any bins available in the package.json will be exposed as an administration CLI command (not via the OADA API). For example, the users service has an add command (see here).