Welcome to Realtime

Documentation: https://realtime.readthedocs.io/en/latest/

Source Code: https://github.com/olirice/realtime

Realtime enables listening for changes in a PostgreSQL Database

Usecases:

  • Cache invalidation

  • Forwarding Pub/Sub style subscriptions

  • Got another? Open an issue and let me know.

Getting Started

Requirements

Python 3.8+

Installation

$ pip install realtime

Contents

Welcome to Realtime

Documentation: https://realtime.readthedocs.io/en/latest/

Source Code: https://github.com/olirice/realtime

Realtime enables listening for changes in a PostgreSQL Database

Usecases:

  • Cache invalidation

  • Forwarding Pub/Sub style subscriptions

  • Got another? Open an issue and let me know.

Getting Started

Requirements

Python 3.8+

Installation

$ pip install realtime

API Reference

License

realtime is under the MIT License. See the LICENSE file.

Conditions for Contributors

By contributing to this software project, you are agreeing to the following terms and conditions for your contributions: First, you agree your contributions are submitted under the MIT license. Second, you represent you are authorized to make the contributions and grant the license. If your employer has rights to intellectual property that includes your contributions, you represent that you have received permission to make contributions and grant the required license on behalf of that employer.

Testing

Requirements::
  • python 3.8+

  • docker

Install:

$ pip install -e ".[dev]"

Run the tests:

$ pytest

Changelog

0.0.1

  • Reserved name on PYPI

Master

  • Nothing additional yet