Latest package version Documentation Status

Summary

Python >=3.8

Postgresql >=14

Project documentation

Database transport, interfaces and migration services for postgresql.

Use pip install kaiju-kafka to install the package.

For development run the init script tools/init.sh. It will setup git hooks and install the dev version of the project.

Testing

  • Install the package with dev dependencies using tools/init.sh or pip install -e .[test].

  • Start docker daemon.

  • Run pytest from the project root.

Documentation

Run docs/docs.sh from the project root to generate documentation.

License

Copyright 2023 Anton A. Taraskin antonnidhoggr@me.com

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Reference