-
Notifications
You must be signed in to change notification settings - Fork 454
Closed
Labels
C-enhancementCategory EnhancementsCategory EnhancementsC-featureCategory FeaturesCategory Featureshelp wantedExtra attention is neededExtra attention is needed
Description
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 greptimedbAnd 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementCategory EnhancementsCategory EnhancementsC-featureCategory FeaturesCategory Featureshelp wantedExtra attention is neededExtra attention is needed