Skip to content

ammargit93/MindFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MindFlow πŸš€

A minimal config-driven router for network requests and API services.

πŸ“Œ Overview

MindFlow routes incoming requests to the appropriate service based on rule-based triggers. It allows businesses to define routing logic entirely via configuration.

Instead of coupling the router to specific backends, MindFlow acts as a generic gateway, forwarding requests to any service

πŸ”‘ Features

  • Config-Driven Routing: Define routes, trigger fields, and backend endpoints in a simple YAML file.

  • Rule based Routing: Supports both structured-field-based rules and semantic similarity matching.

  • Transparent Request Forwarding: Router can forward requests as-is to the target service (HTTP methods, headers, query params, body).

  • Multi-Service Support: Works with any REST/gRPC/HTTP backend; services can be added or modified by updating configuration.

  • Extensible: Can later be extended for embeddings, AI models, or other multi-modal routing.

About

Simple API gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published