README.md

September 26, 2024 ยท View on GitHub

local-dev

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

RecipeResourceDescriptionTemplate Path
local-dev/daprconfigurationstoresApplications.Dapr/configurationStoresA lightweight container running the redis image and a Redis Dapr Configuration Store component for development purposes.ghcr.io/radius-project/recipes/local-dev/daprconfigurationstores:TAG
local-dev/daprpubsubbrokersApplications.Dapr/pubSubBrokersA 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/daprstatestoresApplications.Dapr/stateStoresA 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/secretStoresApplications.Dapr/secretStoresA kubernetes secret store type for development purposes.ghcr.io/radius-project/recipes/local-dev/secretstores:TAG
local-dev/rabbitmqmessagequeuesApplications.Messaging/rabbitMQQueuesA lightweight container running the rabbitmq image for development purposes.ghcr.io/radius-project/recipes/local-dev/rabbitmqmessagequeues:TAG
local-dev/rediscachesApplications.Datastores/redisCachesA lightweight container running the redis image for development purposes.ghcr.io/radius-project/recipes/local-dev/rediscaches:TAG
local-dev/mongodatabasesApplications.Datastores/mongoDatabasesA lightweight container running the mongo image for development purposes.ghcr.io/radius-project/recipes/local-dev/mongodatabases:TAG
local-dev/sqldatabasesApplications.Datastores/sqlDatabasesA lightweight container running the azure-sql-edge image for development purposes.ghcr.io/radius-project/recipes/local-dev/sqldatabases:TAG

How to use these Recipes

Visit the how-to-guide in Radius docs to learn how to use the local-dev recipes in your application.