[Feature Request]: Enhancement of Go's datastoreio package
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
### What would you like to happen?
I would like to enhance the functionality of [Go's datastoreio packege](https://pkg.go.dev/github.com/apache/beam/sdks/go/pkg/beam/io/datastoreio). In Python, there are flexible queries to the Datastore, as well as writing and deleting capabilities.
https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.io.gcp.datastore.v1new.datastoreio.html
However, in Go's package, there is only Read, which reads all rows of a kind.
https://pkg.go.dev/github.com/apache/beam/sdks/go/pkg/beam/io/datastoreio
I would like to have the ability to perform flexible queries and write and delete operations in Go, just like in Python.
### Issue Priority
Priority: 3 (nice-to-have improvement)
### Issue Components
- [ ] Component: Python SDK
- [ ] Component: Java SDK
- [X] Component: Go SDK
- [ ] Component: Typescript SDK
- [ ] Component: IO connector
- [ ] Component: Beam examples
- [ ] Component: Beam playground
- [ ] Component: Beam katas
- [ ] Component: Website
- [ ] Component: Spark Runner
- [ ] Component: Flink Runner
- [ ] Component: Samza Runner
- [ ] Component: Twister2 Runner
- [ ] Component: Hazelcast Jet Runner
- [ ] Component: Google Cloud Dataflow Runner
Contributor guide
Assessment
This issue has not been assessed yet.