Skip to content

Commit 420ef66

Browse files
author
Kalyani Desai
committed
SRVLOGIC-370-Dir-Struture: Creating a basic dir structure for the OSL content
1 parent 8568ecc commit 420ef66

File tree

7 files changed

+33
-0
lines changed

7 files changed

+33
-0
lines changed

_topic_maps/_topic_map.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,13 @@ Topics:
365365
File: serverless-logic-configuring-openAPI-services-endpoints
366366
- Name: Troubleshooting services
367367
File: serverless-logic-troubleshooting-services
368+
- Name: Supporting services
369+
Dir: serverless-logic-supporting-services
370+
Topics:
371+
- Name: Job service
372+
File: serverless-logic-job-service
373+
- Name: Data Index service
374+
File: serverless-logic-data-index
368375
---
369376
# Knative kn CLI
370377
Name: Knative CLI
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_attributes/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../images/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../modules/
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="serverless-logic-data-index"]
3+
= Data Index service
4+
include::_attributes/common-attributes.adoc[]
5+
:context: serverless-logic-data-index
6+
7+
toc::[]
8+
9+
The Data Index service is a dedicated supporting service that stores the data related to the workflow instances and their associated jobs. This service provides a GraphQL endpoint allowing users to query and modify that data.
10+
11+
//I will include more modules in smaller, incremental PRs to avoid having one large PR. Currently building the directory structure for the OSL content.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="serverless-logic-job-service"]
3+
= Job service
4+
include::_attributes/common-attributes.adoc[]
5+
:context: serverless-logic-job-service
6+
7+
toc::[]
8+
9+
The Job service schedules and executes tasks in a cloud environment. Independent services implement these tasks, which can be initiated through any of the supported interaction modes, including HTTP calls or Knative Events delivery.
10+
11+
//I will include more modules in smaller, incremental PRs to avoid having one large PR. Currently building the directory structure for the OSL content.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../snippets/

0 commit comments

Comments
 (0)