The local-dev directory contains lightweight Recipes for development purposes. They run containerized infrastructure which is not persisted across restarts and is optimized for CPU and memory usage on a local machine.
Note: These Recipes are automatically installed via
rad init
Recipe | Resource | Description | Template Path |
---|---|---|---|
local-dev/daprpubsubbrokers |
Applications.Dapr/pubSubBrokers |
A lightweight container running the redis image and a Redis Dapr Pub/Sub component for development purposes. |
ghcr.io/radius-project/recipes/local-dev/daprpubsubbrokers:TAG |
local-dev/daprstatestores |
Applications.Dapr/stateStores |
A lightweight container running the redis image and a Redis Dapr state store component for development purposes. |
ghcr.io/radius-project/recipes/local-dev/daprstatestores:TAG |
local-dev/secretStores |
Applications.Dapr/secretStores |
A kubernetes secret store type for development purposes. | ghcr.io/radius-project/recipes/local-dev/secretstores:TAG |
local-dev/rabbitmqmessagequeues |
Applications.Messaging/rabbitMQQueues |
A lightweight container running the rabbitmq image for development purposes. |
ghcr.io/radius-project/recipes/local-dev/rabbitmqmessagequeues:TAG |
local-dev/rediscaches |
Applications.Datastores/redisCaches |
A lightweight container running the redis image for development purposes. |
ghcr.io/radius-project/recipes/local-dev/rediscaches:TAG |
local-dev/mongodatabases |
Applications.Datastores/mongoDatabases |
A lightweight container running the mongo image for development purposes. |
ghcr.io/radius-project/recipes/local-dev/mongodatabases:TAG |
local-dev/sqldatabases |
Applications.Datastores/sqlDatabases |
A lightweight container running the azure-sql-edge image for development purposes. |
ghcr.io/radius-project/recipes/local-dev/sqldatabases:TAG |
Visit the how-to-guide in Radius docs to learn how to use the local-dev recipes in your application.