Skip to content

Add SedonaDB extra to install the future sedonadb Python package #2327

@paleolimbot

Description

@paleolimbot

Now that we have the SedonaDB repository live, we need to finalize the recommended user path to install the Python bindings. The current Python bindings have:

pip install apache-sedona[spark]
pip install apache-sedona[flink]

...and so I think it makes sense to have:

pip install apache-sedona[db]

...as well. This requires a tiny bit of shuffle since the actual Python bindings live in a different repo and are quite nicely isolated there for development purposes. I think we can add the extra here and a few stub Python files for the top-level modules to get the import effect we'd like:

import sedona.db

sd = sedona.db.connect()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions