workshop-event-sourcing
another event sourcing sample
파일 탐색기
- modules.xml
- vcs.xml
- riderModule.iml
- Aggregate.cs
- EventTypeMapper.cs
- IAggregateStore.cs
- ISerializer.cs
- Reviews.Core.csproj
- Value.cs
- GesAggrigateStore.cs
- Reviews.Core.EventStore.csproj
- GesAggregateStoreTest.cs
- Reviews.Core.EventStore.Tests.csproj
- CaptionAndContentChanged.cs
- ReviewApproved.cs
- ReviewCreated.cs
- ReviewPublished.cs
- Exceptions.cs
- Review.cs
- Reviews.Domain.csproj
- UserId.cs
- approve_review.cs
- approve_review_only_published.cs
- create_review.cs
- publish_review.cs
- Reviews.Domain.Test.csproj
- SpecificationAggregateStore.cs
- Spesification.cs
- update_review_content.cs
- ApplicationService.cs
- CommandsApi.cs
- ReviewsContract.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- JsonNetSerializer.cs
- Program.cs
- Reviews.Service.WebApi.csproj
- Startup.cs
- event-store-demo.sln
- Aggregate.cs
- EventTypeMapper.cs
- IAggregateStore.cs
- ISerializer.cs
- Reviews.Core.csproj
- Value.cs
- GesAggrigateStore.cs
- Reviews.Core.EventStore.csproj
- GesAggregateStoreTest.cs
- Reviews.Core.EventStore.Tests.csproj
- ReviewCreated.cs
- Exceptions.cs
- Review.cs
- Reviews.Domain.csproj
- UserId.cs
- approve_review.cs
- approve_review_only_published.cs
- create_review.cs
- publish_review.cs
- Reviews.Domain.Test.csproj
- SpecificationAggregateStore.cs
- Spesification.cs
- update_review_content.cs
- ApplicationService.cs
- CommandsApi.cs
- ReviewsContract.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- JsonNetSerializer.cs
- Program.cs
- Reviews.Service.WebApi.csproj
- Startup.cs
- event-store-demo.sln
- ICheckpointStore.cs
- Projection.cs
- Aggregate.cs
- EventTypeMapper.cs
- IAggregateStore.cs
- ISerializer.cs
- Reviews.Core.csproj
- Value.cs
- GesAggrigateStore.cs
- ProjectionManager.cs
- ProjectionManagerBuilder.cs
- Reviews.Core.EventStore.csproj
- GesAggregateStoreTest.cs
- Reviews.Core.EventStore.Tests.csproj
- CheckpointDocument.cs
- DocumentSessionExtentions.cs
- RavenDbCheckpointStore.cs
- Reviews.Core.Projections.RavenDb.csproj
- RavenCheckpointStoreTests.cs
- Reviews.Core.Projections.RavenDb.Test.csproj
- CaptionAndContentChanged.cs
- ReviewApproved.cs
- ReviewCreated.cs
- ReviewPublished.cs
- Exceptions.cs
- Review.cs
- Reviews.Domain.csproj
- UserId.cs
- approve_review.cs
- approve_review_only_published.cs
- create_review.cs
- publish_review.cs
- Reviews.Domain.Test.csproj
- SpecificationAggregateStore.cs
- Spesification.cs
- update_review_content.cs
- ActiveReviews.cs
- ReviewsByOwner.cs
- ApplicationService.cs
- CommandsApi.cs
- ReviewsContract.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- JsonNetSerializer.cs
- Program.cs
- Reviews.Service.WebApi.csproj
- Startup.cs
- event-store-demo.sln
- ICheckpointStore.cs
- Projection.cs
- Aggregate.cs
- EventTypeMapper.cs
- IAggregateStore.cs
- ISerializer.cs
- Reviews.Core.csproj
- Value.cs
- GesAggrigateStore.cs
- ProjectionManager.cs
- ProjectionManagerBuilder.cs
- Reviews.Core.EventStore.csproj
- GesAggregateStoreTest.cs
- Reviews.Core.EventStore.Tests.csproj
- CheckpointDocument.cs
- RavenDbCheckpointStore.cs
- Reviews.Core.Projections.RavenDb.csproj
- RavenCheckpointStoreTests.cs
- Reviews.Core.Projections.RavenDb.Test.csproj
- CaptionAndContentChanged.cs
- ReviewApproved.cs
- ReviewCreated.cs
- ReviewPublished.cs
- Exceptions.cs
- Review.cs
- Reviews.Domain.csproj
- UserId.cs
- approve_review.cs
- approve_review_only_published.cs
- create_review.cs
- publish_review.cs
- Reviews.Domain.Test.csproj
- SpecificationAggregateStore.cs
- Spesification.cs
- update_review_content.cs
- ActiveReviews.cs
- ReviewsByOwner.cs
- ApplicationService.cs
- CommandsApi.cs
- ReviewsContract.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- JsonNetSerializer.cs
- Program.cs
- Reviews.Service.WebApi.csproj
- Startup.cs
- event-store-demo.sln
- README.md
- ICheckpointStore.cs
- Projection.cs
- Aggregate.cs
- EventTypeMapper.cs
- IAggregateStore.cs
- IRepository.cs
- ISerializer.cs
- ISnapshotStore.cs
- ISnapshottable.cs
- Repository.cs
- Reviews.Core.csproj
- Snapshot.cs
- Value.cs
- GesAggrigateStore.cs
- GesSnapshotStore.cs
- ProjectionManager.cs
- ProjectionManagerBuilder.cs
- ProjectionManagerWithPersistantSubscription.cs
- Reviews.Core.EventStore.csproj
- GesAggregateStoreTest.cs
- GesBaseTest.cs
- GesSnapshotStoreTest.cs
- Reviews.Core.EventStore.Tests.csproj
- CheckpointDocument.cs
- DocumentSessionExtentions.cs
- RavenDbCheckpointStore.cs
- Reviews.Core.Projections.RavenDb.csproj
- RavenCheckpointStoreTests.cs
- Reviews.Core.Projections.RavenDb.Test.csproj
- InMemorySnapshotStorageProvider.cs
- RedisSnapshotStoreProvider.cs
- SerializerHelper.cs
- Reviews.Core.Snapshots.Providers.csproj
- CaptionAndContentChanged.cs
- ReviewApproved.cs
- ReviewCreated.cs
- ReviewPublished.cs
- Exceptions.cs
- Review.cs
- Reviews.Domain.csproj
- UserId.cs
- after_publish_review_snapshot_taken.cs
- create_review.cs
- Reviews.Domain.Test.csproj
- SpecificationAggregateStore.cs
- Spesification.cs
- update_review_content.cs
- ActiveReviewDocument.cs
- Reviews.Service.Contract.csproj
- ReviewsByOwnerDocument.cs
- QueryApi.cs
- QueryService.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- Program.cs
- Reviews.Service.QueryApi.csproj
- Startup.cs
- ActiveReviews.cs
- ReviewsByOwner.cs
- ApplicationService.cs
- CommandsApi.cs
- ReviewsContract.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- JsonNetSerializer.cs
- Program.cs
- Reviews.Service.WebApi.csproj
- Startup.cs
- event-store-demo.sln
- docker-compose.yaml
- Readme.md
- Event-Sourcing.postman_collection.json
- eventstorming.png
- Review.EventStorming.md
- ICheckpointStore.cs
- Projection.cs
- Aggregate.cs
- EventTypeMapper.cs
- IAggregateStore.cs
- Identity.cs
- IRepository.cs
- ISnapshotStore.cs
- ISnapshottable.cs
- Repository.cs
- Reviews.Core.csproj
- Snapshot.cs
- Value.cs
- EventSerializer.cs
- EventStoreConnectionBuilder.cs
- GesAggregateStore.cs
- GesSnapshotStore.cs
- ProjectionManager.cs
- ProjectionManagerBuilder.cs
- Reviews.Core.EventStore.csproj
- CheckpointDocument.cs
- DocumentSessionExtentions.cs
- RavenDbCheckpointStore.cs
- RavenDbConfiguration.cs
- Reviews.Core.Projections.RavenDb.csproj
- CaptionAndContentChanged.cs
- ReviewApproved.cs
- ReviewCreated.cs
- ReviewPublished.cs
- Exceptions.cs
- History.cs
- ProductId.cs
- Review.cs
- Reviews.Domain.csproj
- ReviewSnapshot.cs
- Status.cs
- UserId.cs
- ActiveReviewDocument.cs
- Reviews.Service.Contract.csproj
- ReviewsByOwnerDocument.cs
- ReviewsByProductDocument.cs
- QueryApi.cs
- QueryService.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- Program.cs
- Reviews.Service.QueryApi.csproj
- Startup.cs
- ActiveReviews.cs
- ReviewsByOwner.cs
- ReviewsByProducts.cs
- ApplicationService.cs
- CommandsApi.cs
- ReviewsContract.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- EventMappings.cs
- Program.cs
- Reviews.Service.WebApi.csproj
- Startup.cs
- GesAggregateStoreTest.cs
- GesBaseTest.cs
- GesSnapshotStoreTest.cs
- Reviews.Core.EventStore.Tests.csproj
- RavenCheckpointStoreTests.cs
- Reviews.Core.Projections.RavenDb.Test.csproj
- after_publish_review_snapshot_taken.cs
- create_review.cs
- review_approve.cs
- review_published.cs
- Reviews.Domain.Test.csproj
- SpecificationAggregateStore.cs
- Spesification.cs
- update_review_content.cs
- appsettings.json
- AssemblyInfo.cs
- CommandsApiControllerTest.cs
- CustomWebApplicationFactory.cs
- Reviews.Service.WebApi.IntegrationTests.csproj
- xnuit.runner.json
- .gitignore
- .travis.yml
- event-store-demo.sln
- LICENSE
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
// repository documentation
Was this content helpful?
(0 ratings)
