-
Notifications
You must be signed in to change notification settings - Fork 83
Student Projects
Aleksey Myasnikov edited this page Sep 27, 2022
·
23 revisions
- 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)
- 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)