AISBF Logo AISBF

AI Service Broker Framework — AI Should Be Free

AISBF tutorial

Configure AISBF for MySQL and Redis in Production

Move AISBF state from local files/memory to MySQL and Redis so dashboards, users, cache, and cluster broker state survive restarts.

Settings → Database tab with MySQL selected for production state.
Settings → Database tab with MySQL selected for production state.

MySQL config

{"database":{"type":"mysql","mysql_host":"127.0.0.1","mysql_port":3306,"mysql_user":"aisbf","mysql_password":"change-me","mysql_database":"aisbf"}}
Settings → Cache tab with Redis cache and response-cache configuration.
Settings → Cache tab with Redis cache and response-cache configuration.

Redis config

{"cache":{"type":"redis","redis_host":"localhost","redis_port":6379,"redis_db":0,"redis_key_prefix":"aisbf:"},"response_cache":{"enabled":true,"backend":"redis","ttl":600,"redis_key_prefix":"aisbf:response:"}}

Why this matters

Try AISBF

AISBF is open source and also available as a hosted service. During the current testing period, hosted Pro is temporarily available as unlimited access for €2/month.