Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Python Eventstore client injection #71

Merged
merged 1 commit into from
Sep 3, 2021
Merged

Conversation

tzununbekov
Copy link
Member

With this client injection and coming Function CRD PR users will be able to store and read data from their Python functions as follow:

   import eventstore_client as client

    def endpoint(event, context):
      c = client.new()      
      global_kv = c.new_kv()
      global_kv.set("key1", "value1")
      ...
 

@tzununbekov tzununbekov merged commit e9bab68 into main Sep 3, 2021
@tzununbekov tzununbekov deleted the eventstore-client branch September 3, 2021 20:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants