Skip to content

Commit 62b0b8b

Browse files
committed
Milestone 3, firebird-butler-protobuf 0.2.1
1 parent b1fce53 commit 62b0b8b

15 files changed

Lines changed: 454 additions & 235 deletions

File tree

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = u'Pavel Cisar'
2626

2727
# The short X.Y version
28-
version = u'1.0'
28+
#version = u'1.0'
2929
# The full version, including alpha/beta/rc tags
3030
release = u'1.0'
3131

@@ -176,6 +176,7 @@
176176
# - Bootstrap 3: https://bootswatch.com/3
177177
#'bootswatch_theme': "united", # cerulean, flatly, lumen, materia, united, yeti
178178
'bootswatch_theme': "cerulean",
179+
#'bootswatch_theme': "united",
179180

180181
# Choose Bootstrap version.
181182
# Values: "3" (default) or "2" (in quotes)

oid/micros.oid

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,23 @@ children:
2424
site: https://firebirdsql.org/en/saturnin/
2525
node-spec: private
2626
- number: 1
27-
name: textio
28-
description: Text I/O microservice
27+
name: text
28+
description: Microservices for text manipulation
2929
contact: Pavel Císař
3030
email: pcisar@users.sourceforge.net
3131
site: https://firebirdsql.org/en/saturnin/
32-
node-spec: leaf
32+
node-spec: https://raw.githubusercontent.com/FirebirdSQL/Butler/master/oid/micros/text.oid
3333
- number: 2
34-
name: firebird-log
35-
description: Microservice for operations with Firebird Server log
34+
name: data
35+
description: Microservices for data manipulation
3636
contact: Pavel Císař
3737
email: pcisar@users.sourceforge.net
3838
site: https://firebirdsql.org/en/saturnin/
39-
node-spec: leaf
39+
node-spec: https://raw.githubusercontent.com/FirebirdSQL/Butler/master/oid/micros/data.oid
40+
- number: 3
41+
name: firebird
42+
description: Microservices for Firebird RDBMS operations
43+
contact: Pavel Císař
44+
email: pcisar@users.sourceforge.net
45+
site: https://firebirdsql.org/en/saturnin/
46+
node-spec: https://raw.githubusercontent.com/FirebirdSQL/Butler/master/oid/micros/firebird.oid

oid/micros/data.oid

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Map of Firebird Foundation Inc. OID namespace
2+
# segment: Microservices for data manipulation
3+
# origin: https://github.com/FirebirdSQL/Butler/master/oid/micros/data.oid
4+
#
5+
# Description of root node for this sub-tree
6+
node:
7+
oid: 1.3.6.1.4.1.53446.1.6.2
8+
name: data
9+
description: Root node for registered Microservices for data manipulation
10+
contact: Pavel Císař
11+
email: pcisar@users.sourceforge.net
12+
site: https://firebird-butler.rtfd.io
13+
parent-spec: https://raw.githubusercontent.com/FirebirdSQL/Butler/master/oid/micros.oid
14+
type: node # enumeration: "root", "node", "leaf"
15+
16+
# List of children nodes in order of numbers assigned to them
17+
# could be omitted for leaf node (see node.type)
18+
children:
19+
- number: 0
20+
name: dummy
21+
description: Data manipulation microservices for internal testing purposes
22+
contact: Pavel Císař
23+
email: pcisar@users.sourceforge.net
24+
site: https://firebirdsql.org/en/saturnin/
25+
node-spec: private
26+
- number: 1
27+
name: reader
28+
description: Data reader microservice
29+
contact: Pavel Císař
30+
email: pcisar@users.sourceforge.net
31+
site: https://firebirdsql.org/en/saturnin/
32+
node-spec: leaf
33+
- number: 2
34+
name: writer
35+
description: Data writer microservice
36+
contact: Pavel Císař
37+
email: pcisar@users.sourceforge.net
38+
site: https://firebirdsql.org/en/saturnin/
39+
node-spec: leaf
40+
- number: 3
41+
name: printer
42+
description: Data printer microservice
43+
contact: Pavel Císař
44+
email: pcisar@users.sourceforge.net
45+
site: https://firebirdsql.org/en/saturnin/
46+
node-spec: leaf
47+
- number: 4
48+
name: filter
49+
description: Data filter microservice
50+
contact: Pavel Císař
51+
email: pcisar@users.sourceforge.net
52+
site: https://firebirdsql.org/en/saturnin/
53+
node-spec: leaf
54+
- number: 5
55+
name: aggregator
56+
description: Data aggregator microservice
57+
contact: Pavel Císař
58+
email: pcisar@users.sourceforge.net
59+
site: https://firebirdsql.org/en/saturnin/
60+
node-spec: leaf

oid/micros/firebird.oid

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Map of Firebird Foundation Inc. OID namespace
2+
# segment: Microservices for Firebird RDBMS operations
3+
# origin: https://github.com/FirebirdSQL/Butler/master/oid/micros/firebird.oid
4+
#
5+
# Description of root node for this sub-tree
6+
node:
7+
oid: 1.3.6.1.4.1.53446.1.6.3
8+
name: firebird
9+
description: Root node for registered Firebird Butler Microservices for Firebird RDBMS operations
10+
contact: Pavel Císař
11+
email: pcisar@users.sourceforge.net
12+
site: https://firebird-butler.rtfd.io
13+
parent-spec: https://raw.githubusercontent.com/FirebirdSQL/Butler/master/oid/micros.oid
14+
type: node # enumeration: "root", "node", "leaf"
15+
16+
# List of children nodes in order of numbers assigned to them
17+
# could be omitted for leaf node (see node.type)
18+
children:
19+
- number: 0
20+
name: dummy
21+
description: Firebird RDBMS microservices for internal testing purposes
22+
contact: Pavel Císař
23+
email: pcisar@users.sourceforge.net
24+
site: https://firebirdsql.org/en/saturnin/
25+
node-spec: private
26+
- number: 1
27+
name: log
28+
description: Microservices for Firebird RDBMS log processing
29+
contact: Pavel Císař
30+
email: pcisar@users.sourceforge.net
31+
site: https://firebirdsql.org/en/saturnin/
32+
node-spec: https://raw.githubusercontent.com/FirebirdSQL/Butler/master/oid/micros/firebird/log.oid
33+
- number: 2
34+
name: trace
35+
description: Microservices for Firebird RDBMS trace data processing
36+
contact: Pavel Císař
37+
email: pcisar@users.sourceforge.net
38+
site: https://firebirdsql.org/en/saturnin/
39+
node-spec: https://raw.githubusercontent.com/FirebirdSQL/Butler/master/oid/micros/firebird/trace.oid

oid/micros/firebird/log.oid

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Map of Firebird Foundation Inc. OID namespace
2+
# segment: Firebird Butler Microservices for Firebird RDBMS log processing
3+
# origin: https://github.com/FirebirdSQL/Butler/master/oid/micros/firebird/log.oid
4+
#
5+
# Description of root node for this sub-tree
6+
node:
7+
oid: 1.3.6.1.4.1.53446.1.6.3.1
8+
name: log
9+
description: Root node for registered Firebird Butler Microservices for Firebird RDBMS log processing
10+
contact: Pavel Císař
11+
email: pcisar@users.sourceforge.net
12+
site: https://firebird-butler.rtfd.io
13+
parent-spec: https://raw.githubusercontent.com/FirebirdSQL/Butler/master/oid/micros/firebird.oid
14+
type: node # enumeration: "root", "node", "leaf"
15+
16+
# List of children nodes in order of numbers assigned to them
17+
# could be omitted for leaf node (see node.type)
18+
children:
19+
- number: 0
20+
name: dummy
21+
description: Firebird RDBMS log processing microservices for internal testing purposes
22+
contact: Pavel Císař
23+
email: pcisar@users.sourceforge.net
24+
site: https://firebirdsql.org/en/saturnin/
25+
node-spec: private
26+
- number: 1
27+
name: fromsrv
28+
description: Firebird RDBMS log provider microservice
29+
contact: Pavel Císař
30+
email: pcisar@users.sourceforge.net
31+
site: https://firebirdsql.org/en/saturnin/
32+
node-spec: leaf
33+
- number: 2
34+
name: parse
35+
description: Firebird RDBMS log parser microservice
36+
contact: Pavel Císař
37+
email: pcisar@users.sourceforge.net
38+
site: https://firebirdsql.org/en/saturnin/
39+
node-spec: leaf

oid/micros/firebird/trace.oid

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Map of Firebird Foundation Inc. OID namespace
2+
# segment: Firebird Butler Microservices for Firebird RDBMS trace data processing
3+
# origin: https://github.com/FirebirdSQL/Butler/master/oid/micros/firebird/trace.oid
4+
#
5+
# Description of root node for this sub-tree
6+
node:
7+
oid: 1.3.6.1.4.1.53446.1.6.3.2
8+
name: trace
9+
description: Root node for registered Firebird Butler Microservices for Firebird RDBMS trace data processing
10+
contact: Pavel Císař
11+
email: pcisar@users.sourceforge.net
12+
site: https://firebird-butler.rtfd.io
13+
parent-spec: https://raw.githubusercontent.com/FirebirdSQL/Butler/master/oid/micros/firebird.oid
14+
type: node # enumeration: "root", "node", "leaf"
15+
16+
# List of children nodes in order of numbers assigned to them
17+
# could be omitted for leaf node (see node.type)
18+
children:
19+
- number: 0
20+
name: dummy
21+
description: Firebird RDBMS trace data processing microservices for internal testing purposes
22+
contact: Pavel Císař
23+
email: pcisar@users.sourceforge.net
24+
site: https://firebirdsql.org/en/saturnin/
25+
node-spec: private
26+
- number: 1
27+
name: session
28+
description: Firebird RDBMS trace session data provider microservice
29+
contact: Pavel Císař
30+
email: pcisar@users.sourceforge.net
31+
site: https://firebirdsql.org/en/saturnin/
32+
node-spec: leaf
33+
- number: 2
34+
name: parser
35+
description: Firebird RDBMS trace data parser microservice
36+
contact: Pavel Císař
37+
email: pcisar@users.sourceforge.net
38+
site: https://firebirdsql.org/en/saturnin/
39+
node-spec: leaf

oid/micros/text.oid

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Map of Firebird Foundation Inc. OID namespace
2+
# segment: Firebird Butler Microservices for text manipulation
3+
# origin: https://github.com/FirebirdSQL/Butler/master/oid/micros/text.oid
4+
#
5+
# Description of root node for this sub-tree
6+
node:
7+
oid: 1.3.6.1.4.1.53446.1.6.1
8+
name: text
9+
description: Root node for registered Firebird Butler Microservices for text manipulation
10+
contact: Pavel Císař
11+
email: pcisar@users.sourceforge.net
12+
site: https://firebird-butler.rtfd.io
13+
parent-spec: https://raw.githubusercontent.com/FirebirdSQL/Butler/master/oid/micros.oid
14+
type: node # enumeration: "root", "node", "leaf"
15+
16+
# List of children nodes in order of numbers assigned to them
17+
# could be omitted for leaf node (see node.type)
18+
children:
19+
- number: 0
20+
name: dummy
21+
description: Text processing microservices for internal testing purposes
22+
contact: Pavel Císař
23+
email: pcisar@users.sourceforge.net
24+
site: https://firebirdsql.org/en/saturnin/
25+
node-spec: private
26+
- number: 1
27+
name: reader
28+
description: Text reader microservice
29+
contact: Pavel Císař
30+
email: pcisar@users.sourceforge.net
31+
site: https://firebirdsql.org/en/saturnin/
32+
node-spec: leaf
33+
- number: 2
34+
name: writer
35+
description: Text writer microservice
36+
contact: Pavel Císař
37+
email: pcisar@users.sourceforge.net
38+
site: https://firebirdsql.org/en/saturnin/
39+
node-spec: leaf
40+
- number: 3
41+
name: linefilter
42+
description: Text line filter microservice
43+
contact: Pavel Císař
44+
email: pcisar@users.sourceforge.net
45+
site: https://firebirdsql.org/en/saturnin/
46+
node-spec: leaf

oid/services.oid

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,3 @@ children:
3030
email: pcisar@users.sourceforge.net
3131
site: https://firebirdsql.org/en/saturnin/
3232
node-spec: leaf
33-
- number: 2
34-
name: datagen
35-
description: Data generator service
36-
contact: Pavel Císař
37-
email: pcisar@users.sourceforge.net
38-
site: https://firebirdsql.org/en/saturnin/
39-
node-spec: leaf
40-
- number: 3
41-
name: logging
42-
description: Logging Service
43-
contact: Pavel Císař
44-
email: pcisar@users.sourceforge.net
45-
site: https://firebirdsql.org/en/saturnin/
46-
node-spec: leaf
47-
- number: 4
48-
name: firebird-log
49-
description: Firebird Log Service
50-
contact: Pavel Císař
51-
email: pcisar@users.sourceforge.net
52-
site: https://firebirdsql.org/en/saturnin/
53-
node-spec: leaf

python/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Firebird Project (www.firebirdsql.org)
3+
Copyright (c) 2018-2020 Firebird Project (www.firebirdsql.org)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

python/README.md renamed to python/README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Firebird Butler Protocol Buffers
1+
================================
2+
Firebird Butler Protocol Buffers
3+
================================
24

35
This package contains Python modules for work with protocol buffers defined by various
46
Firebird Butler [specifications][1].

0 commit comments

Comments
 (0)