elsa-core/src/apps/Elsa.Server.Web
Sipke Schoorstra 5be82dd9ab
Add support for Citus and YugabyteDB integration
Introduced Docker Compose configurations for Citus and YugabyteDB clusters and updated connection strings in `appsettings.json`. Modified `Program.cs` to enable Entity Framework Core support for both databases and updated the `SqlDatabaseProvider` enum accordingly. Adjusted the Docker Compose setup and bumped `Yarp.ReverseProxy` package version.
2025-03-11 11:19:59 +01:00
..
Enums Add support for Citus and YugabyteDB integration 2025-03-11 11:19:59 +01:00
Extensions Add base path providers and standardize tenant accessor property 2024-10-17 19:47:55 +02:00
Filters Switch to project references from package references 2024-10-18 10:54:23 +02:00
Messages Kafka: Update ProduceMessage activity with support for specifying a Key (#6166) 2024-11-29 19:49:31 +01:00
Properties
appsettings.json Add support for Citus and YugabyteDB integration 2025-03-11 11:19:59 +01:00
Elsa.Server.Web.csproj Remove Agents projects 2025-03-02 15:55:29 +01:00
Elsa.Server.Web.csproj.DotSettings
FodyWeavers.xml
Program.cs Add support for Citus and YugabyteDB integration 2025-03-11 11:19:59 +01:00
README.md
SampleWorkflow.cs Refactor commit strategy architecture for flexibility. 2025-01-30 15:14:58 +01:00
SlowActivity.cs Add migration files for database schema V3.4 2025-02-22 20:48:56 +01:00

Server

This project represents an Elsa application that hosts workflows and exposes API endpoints to manage & execute workflows.

Secrets

The following are the secrets stored in hashed form in appsettings.json:

API key: 48587230567A646D394B435A6277734A-4802fa49-e91e-45e8-b00f-b5492377e20b Admin user: admin Admin password: password

OpenTelemetry (MacOS)

COR_ENABLE_PROFILING=1 COR_PROFILER={918728DD-259F-4A6A-AC2B-B85E1B658318} CORECLR_PROFILER_PATH=$INSTALL_DIR/osx-x64/OpenTelemetry.AutoInstrumentation.Native.dylib DOTNET_ADDITIONAL_DEPS=$INSTALL_DIR/AdditionalDeps DOTNET_EnableDiagnostics=1 DOTNET_SHARED_STORE=$INSTALL_DIR/store DOTNET_STARTUP_HOOKS=OpenTelemetry.AutoInstrumentation.StartupHook OTEL_DOTNET_AUTO_HOME=$INSTALL_DIR OTEL_DOTNET_AUTO_LOGS_CONSOLE_EXPORTER_ENABLED=true OTEL_DOTNET_AUTO_METRICS_CONSOLE_EXPORTER_ENABLED=true OTEL_DOTNET_AUTO_TRACES_ADDITIONAL_SOURCES=Proto.Actor,Elsa.Workflows OTEL_DOTNET_AUTO_TRACES_CONSOLE_EXPORTER_ENABLED=true OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317 OTEL_EXPORTER_OTLP_PROTOCOL=grpc OTEL_RESOURCE_ATTRIBUTES=service.name=Elsa Server,service.version=3.3.0,service.instance.id=instance-123,deployment.environment=development