-
Notifications
You must be signed in to change notification settings - Fork 96
Student Projects
Aleksey Myasnikov edited this page Oct 10, 2022
·
23 revisions
- (WIP, https://github.com/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 to add support for Coordination Service to Go SDK. Mentor: Aleksei Miasnikov (https://github.com/asmyasnikov)
-
Support for sqlx.StructScan() in Go SDK Add support for sqlx.StructScan() from github.com/jmoiron/sqlx to Go SDK.Mentor: Aleksei Miasnikov (https://github.com/asmyasnikov) - (WIP, https://github.com/asmyasnikov) PR to https://github.com/pingcap/go-ycsb for support YDB Mentor: Aleksei Miasnikov (https://github.com/asmyasnikov)
- PR to https://github.com/go-gorm/gorm for support YDB Mentor: Aleksei Miasnikov (https://github.com/asmyasnikov)
- PR to https://github.com/golang-migrate/migrate (migrate tool) for support YDB Mentor: Aleksei Miasnikov (https://github.com/asmyasnikov)
- PR to https://gitea.com/xorm/xorm (ORM) for support YDB Mentor: Aleksei Miasnikov (https://github.com/asmyasnikov)
- PR to https://github.com/Masterminds/squirrel (SQL query builder) for support YDB Mentor: Aleksei Miasnikov (https://github.com/asmyasnikov)
- PR to https://github.com/pressly/goose (migrate tool) for support YDB Mentor: Aleksei Miasnikov (https://github.com/asmyasnikov)
- PR to https://github.com/kyleconroy/sqlc (SQL query builder) for support YDB Mentor: Aleksei Miasnikov (https://github.com/asmyasnikov)
- PR to https://github.com/grafana/grafana (visualization tool) for support YDB as storage Depends on XORM Mentor: Aleksei Miasnikov (https://github.com/asmyasnikov)
- PR to https://github.com/cloudquery/plugin-sdk (SQL adapter) for support YDB Mentor: Aleksei Miasnikov (https://github.com/asmyasnikov)
- 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.)