# data ownership

Published articles for data ownership.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Sharing Control of a Dependency Manager's Database

DevFeed: [Sharing Control of a Dependency Manager's Database](<https://devfeed.tech/articles/ultimate-go-advanced-engineering-episode-4-22190.md>)

Original publisher: [Read original article](<https://www.ardanlabs.com/blog/2022/12/ultimate-go-advanced-engineering-episode-4.html>)

Published: 2022-12-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [William Kennedy](<https://devfeed.tech/sources/william-kennedy.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>)

Tags: [audits](<https://devfeed.tech/tags/audits.md>), [data-ownership](<https://devfeed.tech/tags/data-ownership.md>), [data-rights](<https://devfeed.tech/tags/data-rights.md>), [database](<https://devfeed.tech/tags/database.md>), [gatekeeping](<https://devfeed.tech/tags/gatekeeping.md>), [go-blockchain](<https://devfeed.tech/tags/go-blockchain.md>), [golang-blockchain](<https://devfeed.tech/tags/golang-blockchain.md>), [load-balancing](<https://devfeed.tech/tags/load-balancing.md>), [master](<https://devfeed.tech/tags/master.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [replication](<https://devfeed.tech/tags/replication.md>), [sharding](<https://devfeed.tech/tags/sharding.md>), [slave](<https://devfeed.tech/tags/slave.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>)

### AI overview

This episode explores different methods for sharing control of a dependency manager's database. It examines the benefits, drawbacks, bottlenecks, and disadvantages of each approach, and explains why these methods fall short of solving the database ownership problem.

### Source excerpt

Introduction In episode 3, Bill needed to figure out how to share ownership of his dependency manager's database in a secure and efficient manner. Bill is the only stakeholder with full access to his dependency manager's database. That is, he is the only person with the ability to mutate the database. This is problematic because he can freely edit the database which will make it harder for other users to confidently perform audits. And as a result, reduce the perceived transparency of his dependency manager.