Versions Compared

Key

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

TOC
Anchortoc

Introduction

...

Table of Contents

FOLIO is a micro-service system. FOLIO services are called "modules"

Each module is a separate application serving a specific role. There are several roles in project:

Frontend modules

...

FOLIO frontend is built as an SPA application based on React.js.

...

Each UI module implements its own functionality. At build/package time all modules are packed to packages and a single frontend budle is created.

Backend module types

...

OKAPI

OKAPI is a central gateway in FOLIO project. It also encapsulates following services

...

Note

Modules used to interact with third-party systems (where FOLIO is an initiator) can be considered either BL or EDGE modules (example: https://github.com/folio-org/edge-dematic)

Sample interaction diagram

...

Source