Skip to content

hhatto's OSS DevLog

Tag: #GraphicsMagick

January 2021

DevLog

poyonga

poyonga is Groonga client for Python. version 0.5.0 has been released.

Supported Apache Arrow in poyonga 0.5.0.

call select command with output_type="apache-arrow" option:

from poyonga import Groonga

g = Groonga()
g.call(
    "select",
    table="Users",
    match_columns="name,location_str,description",
    query="東京",
    output_type="apache-arrow",
    output_columns="_key,name",
)

Thank you for kou's contribution.

gocloc

pgmagick

Thanks to all the sponsors

Thanks!!