These 9 commits are when the Protocol Buffers files have changed:
Commit: | 50a657f | |
---|---|---|
Author: | Manoj Babu | |
Committer: | GitHub |
Spark connector (#115) * fetch upstream and fix cherry-pick conflicts. * ignore yaml files at root path of project * generate grpc stubs * tidy go mod * Refactor and enhnace - handle dynamic talaria partition generation. - propagate talaria options to the inner implementations. - register SPI in meta services to discover DataSourceRegister svc impl. - implement checkpointing for MicroBatchStream * refactor batch and microbatch underlying impl. * add columnarpartition reader. * fix gradle build steps * moving spark connector code to another repository. * add overloaded methods to support grpc maxMsgSize per req/res cycle. * Refactor and Add Tests - refactor switch case for if blocks in presto domains. - Add tests for server and server_query * fix go mod * restore go.mod to use talariadb/badger and talariadb/ristretto
The documentation is generated from this commit.
Commit: | 97aff26 | |
---|---|---|
Author: | Jeffrey lean | |
Committer: | GitHub |
add tables field to ingest grpc contract (#108) * add tables field to ingest grpc contract * optimize console writer * create IngestWithTable rpc service Co-authored-by: JeffreyLean <weifonglean@airasia.com>
Commit: | b5523c5 | |
---|---|---|
Author: | Manoj Babu | |
Committer: | GitHub |
Replace gogo protobuf with vtprotobuf (#81) * Replace gogo protobuf with vtprotobuf - Gogo protobuf is incompatible with grpc-go API/v2. - Replaced proto-gen-gogo-slick with proto-gen-go-grpc and proto-gen-go-vtproto plugins. - Modified python code generation script. * commented Size asserts for vtprotobuf * Custom codec with vtprotobuf helpers. - Third party libraries like pubsub require additional vtprotobuf helper functions to (un)marshall the messages and transmit on the wire as plain proto messages. * removed Size asserts on presto column tests.
Commit: | 607ac56 | |
---|---|---|
Author: | Atri Sharma | |
Committer: | GitHub |
Implement Parquet Support for Reads (#62)
Commit: | 03af7e2 | |
---|---|---|
Author: | Roman Atachiants | |
Committer: | GitHub |
Added ingestion by CSV and URL (#14) * Added ingestion by CSV and URL * path fix
Commit: | 417edfb | |
---|---|---|
Author: | Roman Atachiants |
added query service for grpc
Commit: | e1b8803 | |
---|---|---|
Author: | Roman Atachiants |
added support for booleans, times and json
Commit: | b52c6f3 | |
---|---|---|
Author: | Roman Atachiants |
added orc file to grpc ingress
Commit: | ca8870e | |
---|---|---|
Author: | Roman Atachiants |
adding grpc and batch decoding