Skip to content

Python wrapper for greptimedb #1769

@killme2008

Description

@killme2008

What type of enhancement is this?

User experience, Other

What does the enhancement do?

I think we can wrap greptimedb in python,then the user can just install it by pip:

pip install greptimedb

And access it in python:

import greptimedb

data_home = "/tmp/greptimedb"
db = greptimedb.connect(data_home)

results = db.execute("select * from monitor")
....

Implementation challenges

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions