developmentseed / developmentseed/obstore

Allow obspec protocol input for `PyObjectStore`

Open
#339 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
810
Forks
42
Avg merge
1d 15h
Merged PRs (30d)
6

Description

E.g. should you do

```rs
struct ObspecStore(PyObject);

impl ObjectStore for ObspecStore {}
```
requests will go through Python, but it does mean that people could add **Python middlewares** even when it's Rust making the request.

How much overhead would it actually be to call through Python to make these requests?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.