Skip to content

APPNEURAL-OSs/IntegrationOS

Repository files navigation

IntegrationOS

IntegrationOS is a reusable operating layer for Third-party integrations, connectors, middleware.

Related systems: DeveloperOS / PlatformOS.

This project follows the same dependency-free TypeScript starter style used by the other OS layers. It runs with Node.js 20+ and stores demo data in a JSON file.

What is included

  • Connector management
  • Middleware flow management
  • Endpoint mapping workflows
  • Policies
  • Workflow runs
  • Events and audit logs
  • Role-based permissions
  • Seed demo data
  • PostgreSQL schema example
  • Automated tests

Run

npm run build
npm start

Open:

http://localhost:5600/health
http://localhost:5600/docs

Useful headers

x-tenant-id: demo-tenant
x-role: integrationos_admin
x-user-id: user-001

Example

curl http://localhost:5600/integrationos/overview \
  -H "x-role: integrationos_admin"

For production, replace the JSON file store with PostgreSQL using database/schema.sql.

Planning Alignment

  • Official package: @appneurox/integrationos
  • Manifest: manifest.json
  • Domain API namespace: /v1/integration
  • Modes: standalone and PlatformOS integrated
  • Related systems: DeveloperOS, PlatformOS

See docs/planning.md for the planning contract applied from APPNEURAL Plannings/OSs.

About

IntegrationOS: reusable TypeScript operating layer for Third-party integrations, connectors, middleware, syncs, and external systems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors