Julian

Results 39 comments of Julian

I like the discussion here and Indeed I think I would prefer something simple and explicit as the registration @jonathan-s suggests. I dont know enough python / django to comment...

And just as a side note.. i came across the problem, that I wanted to check againt a "registry" if a reflex class / method is available (the idea is...

@jonathan-s I agree with your comment but thats also possible at the moment. In fact, the *_reflex tag can optionally get two list parameters. Then, the first is the controller...

@DamnedScholar I added the possibility to pass a dict to the *_reflex functions which contains information about controller, reflex and parameters. You can see this in the test `test_tag_by_dict` where...

@DamnedScholar to clarify... I do this in Django and insert the controller on the reflex (as it's needed).

Hi, just moving over from #592 (thanks for the hint @thjaeckle). To your last question on #592 , there currently is no equivalent to "tags" (as e.g. InfluxDB use it)...

Just a short update here. I am currently running a working example to combine IoTDB as "history" with Ditto, see the Diagram: ![architecture](https://user-images.githubusercontent.com/17098762/80502088-82155500-8970-11ea-8be9-bf57377dd7f4.png) Major Drawback is the management of different...

Thanks for the detailed write up @w4tsn! Your setup looks well thought out. One question that remains for me is what kind of messages you use and how you restrict...

@thjaeckle @w4tsn indeed. This would be one idea. Another idea could be to add an API in ditto which allows others to use dittos auth mechanism to check specific requests.

@thjaeckle this is a neat idea, indeed. So one could fetch a Policy and check against existing subjects to see whether they should be allowed to do... things or not?