From 411ec924b1144ce56c554de3e2370880e74b8af3 Mon Sep 17 00:00:00 2001 From: Jovan Popovic Date: Thu, 28 Jul 2016 15:47:41 -0700 Subject: [PATCH] Temporal readme files Added temporal readme files. --- samples/features/readme.md | 7 ++++++- samples/features/temporal/readme.md | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 samples/features/temporal/readme.md diff --git a/samples/features/readme.md b/samples/features/readme.md index fbe48847..6a697c85 100644 --- a/samples/features/readme.md +++ b/samples/features/readme.md @@ -14,4 +14,9 @@ SQL Server R Services brings R processing close to the data, allowing more scala [JSON Support](json) -Built-in JSON functions enable you to easily parse and query JSON data stored in database, transform relational data to JSON text, and vice versa. \ No newline at end of file +Built-in JSON functions enable you to easily parse and query JSON data stored in database, transform relational data to JSON text, and vice versa. + + +[Temporal (system-versioning)](temporal) + +Built-in temporal functions enable you to easily track history of changes in a table, go back in history, and analyze historical data. \ No newline at end of file diff --git a/samples/features/temporal/readme.md b/samples/features/temporal/readme.md new file mode 100644 index 00000000..1f4d1f23 --- /dev/null +++ b/samples/features/temporal/readme.md @@ -0,0 +1,6 @@ +# Samples that use Temporal functionalities that are available in SQL Server 2016 (or higher) and Azure SQL Database + +[Product catalog](temporal/product-catalog) + +This project contains an example implementation product catalog implemented using ASP.NET Core web aplication. You can learn how to build temporal application using new functionalities that are available in SQL Server 2016 (or higher) and Azure SQL Database. +