Rajiv Abraham
Rajiv Abraham
Hi, first of all, thanks for making this amazing package. I was wondering if this idea was still of interest to you. I would love to use jumpy to access...
A question for conda users: Is this in the context of serving machine learning models on AWS Lambda? If so, I wrote a library called [Thampi](https://thampi.readthedocs.io/en/latest/overview.html) which uploads your model...
Thanks @Mytherin . I'll keep this ticket open for possible reference. Let me know if you want me to close this.
changing the original works 👍 . fyi, this happens in postgres too. I'll leave this open if you like to use it as a bookmark but please feel free to...
👍 . please close at will.
> Hi @RAbraham , > > Python bindings would be a really valuable contribution, thanks for looking into doing it! > > I have no experience with WASM, but I...
> No one is working on a Python API or an interpreter interface. We welcome any contributions. > > Your approach does not seem to work for interpreter: you still...
> @RAbraham In case you're still interested I have a [wip wasm32-wasi port,](https://github.com/c-nixon/differential-datalog/tree/wasm32-wasi-build) it only seems to require a couple of tweaks and 1 function. > > So far all...
Hi, I have a similar use case. I would like to run logica over sqlite3(specifying a path to the db file) in a simple Python script outside of IPython.