|
| 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 |
0 commit comments