Skip to content

alimosaed/solace_ai_connector_ui

 
 

Repository files navigation

npm npm npm bundle size GitHub license Twitter URL

Solace AI Flow

Demo

Solace AI Flow enables you to effortlessly create and run AI and data flows using the Solace AI Connector.

Features

  • No Code, Drag & Drop: Design AI and data flows effortlessly without needing any programming skills or knowledge of the Solace AI Connector and Solace broker.
  • Support Multiple Flows: Create and connect multiple data flows using the Solace broker.
  • Scalability: Easily add new agents through the user interface to support more complex AI use cases.
  • One-Click Deployment: Deploy and run workflows with a single click.
  • Extract and upload workflows: Save workflows for future use by extracting and uploading them as needed.

Installation

Clone the repository.

  git clone https://github.com/alimosaed/solace_ai_connector_ui.git

Setup the web server.

  • (Optional) Create a Python environment
  python -m venv venv
  source venv/bin/activate
  • Setup the required Python packages.
  pip install -r requirements.txt
  • Run server
  cd server
  python server.py

Setup the Solace AI Connector

Follow Solace AI Connector instruction and install the Solace PubSub+ Event Broker and Solace AI Connector.

Render Frontend

Open the index.html file from docs folder on the browser.

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.6%
  • HTML 29.9%
  • CSS 1.6%
  • Python 0.9%