-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating documentation for the Archive Data demo
- Loading branch information
1 parent
8aa5471
commit d4db657
Showing
12 changed files
with
126 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
Demos/Denormalize Data/DenormalizeData-Function/Settings.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Text; | ||
|
||
namespace TaleLearnCode.ChChChChanges.Functions | ||
{ | ||
public static class Settings | ||
{ | ||
public static string CosmosConnectionString => "AccountEndpoint=https://cosmos-changefeed-eus2.documents.azure.com:443/;AccountKey=uKC2Tv6E4tsm2icnd2L7udcSCKCeIA2J33h7c1ZPN6EoYUyVGFzZ1FsyGrXVhFXz8BVzXUF4LX8RKQAO57aFdg==;"; | ||
public static string MoveDataDatabasebaseName => "moveData"; | ||
public static string ArchivalContainerName => "stchangeseus2"; | ||
public static string DataFolderPath => @"C:\Repos\TaleLearnCode\Presentations\Ch-ch-ch-changes\Demos\Data\"; | ||
|
||
public static string ShindigManagerDatabaseName => ""; | ||
public static string PresentationsContainerName => ""; | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
Demos/Event-Driven Architecture/EventDrivenArchitecture-Function-Fulfillment/Settings.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Text; | ||
|
||
namespace TaleLearnCode.ChChChChanges.Functions | ||
{ | ||
public static class Settings | ||
{ | ||
public static string CosmosConnectionString => "AccountEndpoint=https://cosmos-changefeed-eus2.documents.azure.com:443/;AccountKey=uKC2Tv6E4tsm2icnd2L7udcSCKCeIA2J33h7c1ZPN6EoYUyVGFzZ1FsyGrXVhFXz8BVzXUF4LX8RKQAO57aFdg==;"; | ||
public static string MoveDataDatabasebaseName => "moveData"; | ||
public static string ArchivalContainerName => "stchangeseus2"; | ||
public static string DataFolderPath => @"C:\Repos\TaleLearnCode\Presentations\Ch-ch-ch-changes\Demos\Data\"; | ||
|
||
public static string OrderManagementDatabaseName => ""; | ||
public static string OrdersContainerName => ""; | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
Demos/Event-Driven Architecture/EventDrivenArchitecture-Function-Inventory/Settings.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Text; | ||
|
||
namespace TaleLearnCode.ChChChChanges.Functions | ||
{ | ||
public static class Settings | ||
{ | ||
public static string CosmosConnectionString => "AccountEndpoint=https://cosmos-changefeed-eus2.documents.azure.com:443/;AccountKey=uKC2Tv6E4tsm2icnd2L7udcSCKCeIA2J33h7c1ZPN6EoYUyVGFzZ1FsyGrXVhFXz8BVzXUF4LX8RKQAO57aFdg==;"; | ||
public static string MoveDataDatabasebaseName => "moveData"; | ||
public static string ArchivalContainerName => "stchangeseus2"; | ||
public static string DataFolderPath => @"C:\Repos\TaleLearnCode\Presentations\Ch-ch-ch-changes\Demos\Data\"; | ||
|
||
public static string OrderManagementDatabaseName => ""; | ||
public static string OrdersContainerName => ""; | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
Demos/Event-Driven Architecture/EventDrivenArchitecture-Function-Notification/Settings.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Text; | ||
|
||
namespace TaleLearnCode.ChChChChanges.Functions | ||
{ | ||
public static class Settings | ||
{ | ||
public static string CosmosConnectionString => "AccountEndpoint=https://cosmos-changefeed-eus2.documents.azure.com:443/;AccountKey=uKC2Tv6E4tsm2icnd2L7udcSCKCeIA2J33h7c1ZPN6EoYUyVGFzZ1FsyGrXVhFXz8BVzXUF4LX8RKQAO57aFdg==;"; | ||
public static string MoveDataDatabasebaseName => "moveData"; | ||
public static string ArchivalContainerName => "stchangeseus2"; | ||
public static string DataFolderPath => @"C:\Repos\TaleLearnCode\Presentations\Ch-ch-ch-changes\Demos\Data\"; | ||
|
||
public static string OrderManagementDatabaseName => ""; | ||
public static string OrdersContainerName => ""; | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
Demos/Replicating Data/ReplicatingData-Function/Settings.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Text; | ||
|
||
namespace TaleLearnCode.ChChChChanges.Functions | ||
{ | ||
public static class Settings | ||
{ | ||
public static string CosmosConnectionString => "AccountEndpoint=https://cosmos-changefeed-eus2.documents.azure.com:443/;AccountKey=uKC2Tv6E4tsm2icnd2L7udcSCKCeIA2J33h7c1ZPN6EoYUyVGFzZ1FsyGrXVhFXz8BVzXUF4LX8RKQAO57aFdg==;"; | ||
public static string MoveDataDatabasebaseName => "moveData"; | ||
public static string ArchivalContainerName => "stchangeseus2"; | ||
public static string DataFolderPath => @"C:\Repos\TaleLearnCode\Presentations\Ch-ch-ch-changes\Demos\Data\"; | ||
|
||
public static string ShindigManagerDatabaseName => ""; | ||
public static string PresentationsByTagContainerName => ""; | ||
} | ||
} |
Empty file.