Jasmin Realtime #1098
BlackOrder
started this conversation in
Ideas
Jasmin Realtime
#1098
Replies: 2 comments
-
Hello @BlackOrder !
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I wrote this python package jasmin_realtime for myself. This is my first Python project. I usually code in PHP :P. I wanted to sync my configurations across multiple instances of Jasmin.
This package will connect a MongoDB cluster to Jasmin. all configurations can live in the MongoDB.
The connection between this package and Jasmin is separated in another package: jasmin_telnet which I wrote some of it and collected most of from: jasmin-api and jasmin-web-panel.
Do you think it's better to connect through telnet or Prospective Proxies. I tried to find documentation for the pb, but couldn't find the
filter
module part. So, I had to write the telnet package.Beta Was this translation helpful? Give feedback.
All reactions