Skip to content

An example Deephaven plugin that implements Python remote function calls using pickle for serialization.

License

Notifications You must be signed in to change notification settings

deephaven-examples/plugin-python-rpc-pickle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pickle RPC example for Deephaven

This sample project demonstrates the bidirectional plugin tooling for the python client and server, and uses Python's pickle package to customize how objects are serialized to enable clients and servers to talk about server objects.

Warning

The pickle module is not secure. Please read the advisory at https://docs.python.org/3/library/pickle.html before considering using or adapting this example to your own needs.

To use it, install the server plugin in the same venv that your deephaven-core server uses when running, and install the client plugin in the same venv that your pydeephaven client is using.

About

An example Deephaven plugin that implements Python remote function calls using pickle for serialization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages