معرفی شرکت ها


alert360-0.0.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

The ultimate solution for observability by Meena Erian.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل alert360-0.0.9
نام alert360
نسخه کتابخانه 0.0.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Meena (Menas) Erian
ایمیل نویسنده hi@menas.pro
آدرس صفحه اصلی https://github.com/meena-erian/alert360
آدرس اینترنتی https://pypi.org/project/alert360/
مجوز Apache V2 License
# Summary Alert 360 can be used to trigger any specific action on any specific data changes. The actions can involve any sort of variables required to complete the action and the trigger can be any sort of change in state in an SQL database # Compatible RDBMS - PostgreSQL - Microsoft SQL - MySQL/MariaDB - SQLite - FireBird # Setup Instructions - Install the package ```sh pip install alert360 ``` - Start a Django project ```sh django-admin startproject djangoproject ``` - Add the app to INSTALLED_APPS ```python INSTALLED_APPS = [ ... 'django_ace', 'alert360', ... ] ``` - Create a python file in which you can write your own actions that will be triggered when the state changes **actions.py** ```python from alert360.actions import ActionsManager @ActionsManager.add_handler def print_changes(changes): print("Some changes occured") print(changes) ``` In the above code we declared our own custom function ```print_changes``` which will be called whenever the state changes and it will print the summary of changes. However, there's one more step left to connect this function to the ```ActionsManager``` - In the **\_\_init\_\_.py** file in the folder in which we created **actions.py** add the following line ```python from . import actions ``` - Now run database migrations and create a superuser so you can access the admin website ```sh python manage.py migrate python manage.py createsuperuser ``` - Now Login to the adminwebsite, connect a database, and create a new StateWatcher


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl alert360-0.0.9:

    pip install alert360-0.0.9.whl


نصب پکیج tar.gz alert360-0.0.9:

    pip install alert360-0.0.9.tar.gz