Skip to content

Commit dea4fed

Browse files
committed
doc cleanup
1 parent e7d3603 commit dea4fed

8 files changed

Lines changed: 72 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
.DS_Store

MEMBERS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ In alphabetical order by first name.
44

55
- Andrew Jones, GoCardless, GMT
66
- Dieter Wachters, dieter@raito.io, Raito, Central European Time
7-
- Jean-Georges Perrin (Chair), jgp@..., AbeaData, Eastern Standard Time
87
- Dirk Van de Poel, dirk.vandepoel@klarrio.com, Klarrio, Central European Time
9-
- Jean-Georges Perrin (Chair), TBD, Abeadata, TBD
8+
- Jean-Georges Perrin (Chair), jgp@..., AbeaData, Eastern Standard Time
109
- Jochen Christ, jochen.christ@innoq.com, INNOQ, Central European Time
1110
- Manuel Destouesse, mdsoftengr@gmail.com, itracHealth, Eastern Standard Time
1211
- Martin Meermeyer, m.meermeyer@gmail.com, Lidl e-commerce, Central European Time

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
# Bitol TSC (Technical Steering Committee) operating agreement
22

3+
## Guiding values
4+
5+
Check out our [guiding values](guiding-values.md). You are welcomed to [contribute](CONTRIBUTING.md).
6+
7+
## Rules
8+
39
1. We meet once a month on the third Tuesday of the month
410
1. Two members of the same company are allowed in the TSC.
511
1. You're out if you miss two consecutive meetings without notice.
612
1. For now, members of the TSC are coopted.
713
1. The chair is elected for one year.
14+
15+
## RFCs
16+
17+
In the rfcs directory.
18+
19+
## Members
20+
21+
List of TSC [members](MEMBERS.md).
22+
23+
## Meetings
24+
25+
In the meetings folder.
File renamed without changes.
File renamed without changes.
File renamed without changes.

meetings/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Meetings
2+
3+
Meetings agenda/notes/sumamry are either added here or are available on YouTube at https://www.youtube.com/playlist?list=PL9tZROTS_Pi403h4VUhQHVpo7yA9k8w4o.
4+

rfcs/0004-examples/schema.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
2+
3+
schema:
4+
- object: MyTable
5+
kind: table
6+
7+
schema:
8+
- object: MyTopic
9+
kind: topic
10+
11+
schema:
12+
- object: Transactions
13+
kind: table
14+
physicalName: trx_v1
15+
description: Contains transactions.
16+
attrtibutes:
17+
- field: Identifier
18+
physicalName: id
19+
20+
schema:
21+
- object: Transactions
22+
kind: table
23+
physicalName: trx_v1
24+
description: Contains transactions.
25+
version: 1
26+
attrtibutes:
27+
- field: Identifier
28+
physicalName: id
29+
version: 2
30+
31+
schema:
32+
- object: Transactions
33+
kind: table
34+
physicalName: trx_v1
35+
description: Contains transactions.
36+
version: 1
37+
attrtibutes:
38+
- field: Identifier
39+
version: 2
40+
- object: TransactionDetail
41+
kind: table
42+
physicalName: trx_details_v1
43+
description: Contains transactions.
44+
version: 2
45+
attributes:
46+
- field: date
47+
physicalName:

0 commit comments

Comments
 (0)