-
Notifications
You must be signed in to change notification settings - Fork 83
Student Projects
🔲 (WIP, Ri7ay) Support for Coordination service in Go SDK YDB has a Coordination Service which allow your client application to elect a leader via distributed lock (similar to ZooKeeper). The task is about to adding support for Coordination Service to Go SDK. Mentor: Aleksei Miasnikov
✅ Support for sqlx.StructScan() in Go SDK
Add support for sqlx.StructScan() from github.com/jmoiron/sqlx to Go SDK.
Mentor: Aleksei Miasnikov (works fine with github.com/jmoiron/sqlx with current database/sql driver for YDB)
🔲 (WIP, asmyasnikov) PR to https://github.com/pingcap/go-ycsb for support YDB Mentor: Aleksei Miasnikov
🔲 (WIP, asmyasnikov) PR to https://github.com/go-gorm/gorm for support YDB
🔲 PR to https://github.com/golang-migrate/migrate (migrate tool) for support YDB Mentor: Aleksei Miasnikov
🔲 PR to https://gitea.com/xorm/xorm (ORM) for support YDB Mentor: Aleksei Miasnikov
🔲 PR to https://github.com/Masterminds/squirrel (SQL query builder) for support YDB Mentor: Aleksei Miasnikov
🔲 PR to https://github.com/pressly/goose (migrate tool) for support YDB Mentor: Aleksei Miasnikov
🔲 PR to https://github.com/kyleconroy/sqlc (SQL query builder) for support YDB Mentor: Aleksei Miasnikov
🔲 PR to https://github.com/grafana/grafana (visualization tool) for support YDB as storage. It is depends on XORM. Mentor: Aleksei Miasnikov
🔲 PR to https://github.com/cloudquery/plugin-sdk (SQL adapter) for support YDB Mentor: Aleksei Miasnikov
🔲 Structured logger https://github.com/ydb-platform/ydb-go-sdk/issues/364 for implements single time trace callbacks and use in all log-adapters (ydb-go-sdk-zap, ydb-go-sdk-zerolog, ydb-go-sdk-logrus, arcadia/core/log, etc.). Mentor: Aleksei Miasnikov
🔲 Implementation of opentelemetry trace adapter simular ydb-go-sdk-opentracing adapter Mentor: Aleksei Miasnikov