forked from vijaybalebail/In-memory-workshop_old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
53 lines (50 loc) · 1.77 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"tutorials": [
{
"title": "Introduction and Overview",
"description":"InMemory Overview",
"publisheddate": "10/15/2020",
"filename":"./In_memory/Intro.md"
},
{
"title": "Lab setup",
"description": "Lab Setup",
"partnumber": "Ennnnn_01",
"publisheddate": "10/10/2020",
"contentid": "12nnnn",
"filename": "./In_memory/LabSetup/Labsetup_mk.md"
},
{
"title": "LAB 01 :In-Memory Basics",
"description": "Enable, load, QUERY",
"partnumber": "Ennnnn_01",
"publisheddate": "10/10/2020",
"contentid": "12nnnn",
"filename": "./In_memory/Enable_load/setup-inmem.md"
},
{
"title": "LAB 02 :In-Memory Features",
"description":"vector joins, hints,dbms packages.",
"publisheddate": "04/07/2020",
"filename":"./In_memory/IM_features/queries.md"
},
{
"title": "LAB 03 :Mixed workoad",
"description":"Multitenant Application Containers",
"publisheddate": "04/07/2020",
"filename":"./In_memory/Mixed_workload/mixed-workload.md"
},
{
"title": "LAB 04 :In-Memory POC using Sql*Developer",
"description":"Multitenant Application Containers",
"publisheddate": "04/07/2020",
"filename":"./In_memory/sqlDev/InmemoryPOC.md"
},
{
"title": "LAB 05 :Miscellaneous Complimentory Features",
"description":"Multitenant Application Containers",
"publisheddate": "04/07/2021",
"filename":"./In_memory/sqlDev/InmemoryPOCMisc.md"
}
]
}