https://github.com/firebirdsql/saturnin-core
This repository contains core set of services for Saturnin
https://github.com/firebirdsql/saturnin-core
Last synced: about 1 year ago
JSON representation
This repository contains core set of services for Saturnin
- Host: GitHub
- URL: https://github.com/firebirdsql/saturnin-core
- Owner: FirebirdSQL
- License: mit
- Created: 2019-12-10T09:35:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T18:25:04.000Z (over 1 year ago)
- Last Synced: 2025-03-26T11:47:07.216Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 271 KB
- Stars: 2
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# saturnin-core
## Saturnin core services
[](https://pypi.org/project/saturnin-core)
[](https://pypi.org/project/saturnin-core)
[](https://github.com/pypa/hatch)
The core set of services for Saturnin currently contains next services:
- Text file reader microservice - `saturnin.text.reader`
- Text file writer microservice - `saturnin.text.writer`
- Text line filter microservice - `saturnin.text.linefilter`
- Binary data file reader microservice - `saturnin.binary.reader`
- Binary data file writer microservice - `saturnin.binary.writer`
- Protobuf printer microservice - `saturnin.proto.printer`
- Protobuf filter microservice - `saturnin.proto.filter`
- Protobuf aggregator microservice - `saturnin.proto.aggregator`
- Firebird log from server provider microservice - `saturnin.firebird.log.fromsrv`
- Firebird log parser microservice - `saturnin.firebird.log.parser`
- Firebird trace parser microservice - `saturnin.firebird.trace.parser`
- Firebird trace session provider microservice - `saturnin.firebird.trace.session`
For information how to use these services, see [Saturnin CORE documentation](https://saturnin-core.rtfd.io/).
-----
**Table of Contents**
- [License](#license)
- [Installation](#installation)
- [Documentation](#documentation)
## License
`saturnin` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
## Installation
For installation instructions, see the [Saturnin documentation](https://saturnin.rtfd.io).
## Documentation
Documentation related to Saturnin:
- [Firebird Butler](https://firebird-butler.rtfd.io/)
- [Saturnin](https://saturnin.rtfd.io/)
- [Saturnin CORE](https://saturnin-core.rtfd.io/) services
- [Saturnin SDK](https://saturnin-sdk.rtfd.io/)