Orleans.Multitenant
Secure, flexible tenant separation for Microsoft Orleans
파일 탐색기
최종 버전 다운로드 (.zip)- CSharp-Toolkit-Icon.png
- example-access-authorizer.png
- example-azure-table-storage.png
- ControllerBase.cs
- GlobalSuppressions.cs
- Program.cs
- TenantHeader.cs
- launchSettings.json
- Apis.csproj
- appsettings.Development.json
- appsettings.json
- TenantController.cs
- Contracts.GlobalUsings.cs
- ErrorNr.cs
- Result.cs
- Contracts.csproj
- TenantContract.cs
- Errors.cs
- GlobalSuppressions.cs
- GlobalUsings.cs
- GrainBase.cs
- Services.Tenant.csproj
- TenantGrain.cs
- UserGrain.cs
- AsyncLock.cs
- Extensions.cs
- ITenantGrainStorageFactory.cs
- Logging.cs
- SiloLifecycle.cs
- StorageProvider.cs
- TenantGrainStorageFactory.cs
- TenantSeparatingCallFilter.cs
- TenantSeparatingStreamFilter.cs
- TenantStreamObservers.cs
- Usings.cs
- CSharp-Toolkit-Icon.png
- Extensions.cs
- ICrossTenantAuthorizer.cs
- IGrainCallTenantSeparator.cs
- MultitenantStorageOptions.cs
- Orleans.Multitenant.csproj
- Readme.md
- TenantGrainFactory.cs
- TenantStreamProvider.cs
- AuthorizedStreaming.cs
- Extensibility.cs
- GrainCalling.cs
- UnauthorizedStreaming.cs
- ClusterFixture.cs
- GlobalSuppressions.cs
- ProcessingLogger.cs
- TestCollections.cs
- TestingUtils.cs
- Usings.cs
- AuthorizedStreamingTests.cs
- ExtensibilityTests.cs
- GrainCallingTests.cs
- NoTenantIdTests.cs
- TenantIdTests.cs
- UnauthorizedStreamingTests.cs
- Orleans.Multitenant.Tests.csproj
- NuGet.config
- Orleans.Multitenant.sln
- .editorconfig
- .gitignore
- EOL.gitattributes
- global.json
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/VincentH-Net/Orleans.Multitenant
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Orleans.Multitenant
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. .NET
보통 추천dotnet add package Orleans.Multitenant
이 명령어를 터미널에 그대로 입력해 실행하세요.
If you are using the [.NET Aspire Orleans Integration](https://learn.microsoft.com/en-us/dotnet/aspire/frameworks/orleans) to configure the default grain storage for the silo like this:
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
