# "*": "https://raw.githubusercontent.com/wefindx/schema/master/intent/oo-item.yaml" # "base:title": "0oo - Distributed data storage" "og:title": "Distributed data storage" "og:description": "This category is to explore the various approaches to distributed data storage. One popular technique is the Blockchain - used by bitcoin, Ethereum and the dfinity internet computer. There are other techniques available to us too! I think it is unfair on Mindey has to host 0oo.li by himself and take the cost of maintaining it by himself. We should be able to distribute arbitrary data across machines." "og:image": "https://avatars0.githubusercontent.com/u/28134655" "og:url": "/intent/74001/" "base:css": "/static/css/bootstrap.min.9c25540d6272.css" "base:extra-css": "/static/css/base.57997aeac1df.css" "base:favicon": "/static/favicon.acaa334f0136.ico" "base:body_class": "" "layout:logo": "/static/0oo.8d2a8bbef612.svg" "layout:index": "/" "layout:menu": "/menu/" "layout:categories": "/intents/" "layout:ideas": "/methods/" "layout:projects": "/projects/" "layout:users": "/users/" "layout:about": "/about/" "layout:help": "/help/" "layout:bug_report": "https://github.com/wefindx/0oo" "layout:login": "/accounts/login/" "layout:light-off": "/darken/?darken=true" "layout:set-multilingual": "/mulang/?mulang=true" "layout:lang": "言語" "layout:set-language-post-action": "/i18n/setlang/" "layout:csrf-token": "SNt56Z4yNFYdaSUTBW7RohzQz7ebYTYcW5xRO83S78I7XMC3iLVjiJal06WCD8cw" "layout:input-next": "/intent/74001/" "layout:languages": [{"code": "ja", "is-active": "true", "name": "日本語"}, {"code": "lt", "is-active": "false", "name": "Lietuviškai"}, {"code": "zh-hans", "is-active": "false", "name": "简体中文"}, {"code": "en", "is-active": "false", "name": "English"}, {"code": "ru", "is-active": "false", "name": "Русский"}, {"code": "oo", "is-active": "false", "name": "O;o,"}] # "item:parent:intents": [{"title": "Public: Information: Database", "url": "/intent/1346/"}, {"title": "Decentralisation with P2P software", "url": "/intent/71001/"}, {"title": "Database technology", "url": "/intent/144001/"}] "item:title": "Distributed data storage" "item:votes": +1 "item:add-vote": "#addnote" "item:intent": "/intent/74001/?l=ja" "item:base-administration": false "item:body": | This category is to explore the various approaches to distributed data storage. One popular technique is the Blockchain - used by bitcoin, Ethereum and the dfinity internet computer. There are other techniques available to us too! I think it is unfair on Mindey has to host 0oo.li by himself and take the cost of maintaining it by himself. We should be able to distribute arbitrary data across machines. "item:permalink": "/intent/74001/?l=ja" "item:source-date": "" "item:owner": "chronological" "item:ownerlink": "/user/198/chronological" "item:created": "2021-09-01T20:53:49.138662" "item:intent:child:add": "/admin/hlog/intent/add/?parent=74001" # "item:method:items": - "id": "i-63001" "title": "Event sourcing and CRDTs as data storage" "summary": "I think event sourcing and CRDTs can be combined to provide an alternative to the blockchain for general purpose data storage" "url": "/method/63001/" "owner": "chronological" "permalink": "/intent/74001/?l=ja#i-63001" "ownerlink": "/user/198/chronological" "created": "2021-09-01T21:05:58.668316" "item:method:add": "/admin/hlog/method/add/?parent=74001" "item:comment:add": "/intents/addnote?parent=74001" "item:comment:add:csrf_token": "SNt56Z4yNFYdaSUTBW7RohzQz7ebYTYcW5xRO83S78I7XMC3iLVjiJal06WCD8cw" "item:comment:form": |
  • コメントが新しい問題を挙げるとマークする。
  • コメントが潜在的な解決を提供するとマークする。
  • コメントが推論に役に立つの事実があるとマークする。
  • ログインしてください。 # "item:comment:items": - "id": "r-129001" "mtrans": | ipfsがあります。誰でもipfsノードをホストできます。 ipfsを使用するためにooをリファクタリングするためにどれだけの作業が必要かわからない "text": | There's ipfs. Anyone can host ipfs node. Don't know how much work to refactor oo to use ipfs "owner": "skihappy" "ownerlink": "/user/14001/skihappy" "permalink": "/intent/74001/?l=ja#r-129001" "created": "2021-09-01T20:59:31.094789" "vote": "" - "id": "r-130001" "mtrans": | ええ、私はこの問題について考えています、そして私は正しい道は-だろうと思います 1. [ここ](https://0oo.li/invite/0xE34A06A52C1b57CBEe4001f8dF6991BCAffDbE10/)で説明されているものの最適なオントロジーとしてデータベースモデルを調査します。 (オントロジーが協調的な意思決定と経済活動を最適化する場合、それをスケーリングし、ノードに分散化させる方法を探すことは理にかなっています。) 2.それを分散化します。 分散化の「方法」は、私が見ているように、機能を置き換えるdAppを検索し、それらすべてのdAppに共通のUIを提供することです。これは、Infinityのモノリスアプリケーションと集合的に同等です。 もう1つの方法は、[gun.js](https://gun.eco/)のようなものを使用して、新しい分散型システムをゼロから構築することです。この場合、各ユーザーは同時にシーダーになります。 // skihappy:ipfsがあります。 これは、機能を置き換える「dApps」の検索に該当します。たとえば、IPFSはファイルストレージ用のそのようなdAppです。しかし、アプリケーションとしての無限大は、dAppとしてリレーショナルデータベースを必要とします:)そのようなものはありますか? (スキーマの移行を含む) "text": | Yeah, I'm thinking of this problem, and I think the right path would be -- 1. Researching the database models as an optimal ontology for what is described [here](https://0oo.li/invite/0xE34A06A52C1b57CBEe4001f8dF6991BCAffDbE10/). (If the ontology optimizes cooperative decision-making and economic activity, then it makes sense to look for ways to scale it and make nodes decentralize it.) 2. Decentralize it. The "how" of decentralization is, as I see -- searching for dApps that replace functionality, and providing a common UI for all those dApps, that would collectively be equivalent to the monolith application that the Infinity is. Another way would be to build a new decentralized system from ground up, using things like [gun.js](https://gun.eco/), where each of users would be seeders at the same time. // skihappy: There's ipfs. This falls under the search for "dApps" that replace functionality. For example, IPFS is such a dApp for file storage. However, infinity as application requires the relational database as a dApp :) is there anything like that? (including schema migrations) "owner": "Mindey" "ownerlink": "/user/147/Mindey" "permalink": "/intent/74001/?l=ja#r-130001" "created": "2021-09-01T21:03:54.580893" "vote": "[+]" - "id": "r-131001" "mtrans": | リレーショナルリンクは、データストレージの上のレイヤーであり、グラフを形成します。グラフは、リレーショナルデータベースよりもリレーショナルデータベースを表す方がはるかに優れています。リレーショナルリンクはデータセットの一部にすることができます。これがグラフデータベースの仕組みです。おそらく、そのようなipfsグラフソリューションはすでに存在します "text": | Relational links can be a layer above data storage, forming a graph. Graphs are much better to represent relational database then relational database. Relational links can be part of data set. That's how graph db works. Perhaps, there's already an ipfs graph solution like that already "owner": "skihappy" "ownerlink": "/user/14001/skihappy" "permalink": "/intent/74001/?l=ja#r-131001" "created": "2021-09-01T22:17:28.578480" "vote": "" - "id": "r-132001" "mtrans": | 人々が助けるためにできる最も簡単なことは、データのバックアップを取るために毎日実行されるスクリプトを持っているダンプURLでデータベースをバックアップすることです。残念ながら、メインコンピュータの電源がオフになっているため、次の4か月間は実行していません。 Neo4jやDgraphのようなグラフデータベースが好きです。 Graphblasのように、行列乗算を使用して幅優先探索を実行する単純なものも作成しました。 "text": | Mindey the simplest thing that people can do to help is to backup the database with the dump URL which I have a script that runs daily to take a backup of the data. My main computer has been switched off unfortunately so I haven't been running it for the next 4 months. I like Graph databases like Neo4j and Dgraph. I have even written a simple one that uses matrix multiplication to do Breadth first search like Graphblas. "owner": "chronological" "ownerlink": "/user/198/chronological" "permalink": "/intent/74001/?l=ja#r-132001" "created": "2021-09-01T23:58:47.700479" "vote": "" - "id": "r-134001" "mtrans": | このカテゴリに隠されているのは、P2Pの動作を取得する最も簡単な方法は、データストレージレイヤーをP2Pにすることであり、それ以外はすべて従来型であるという考えです。 "text": | Hidden in this category is the idea that the easiest way to get P2P behaviour is to make the data storage layer P2P and everything else is traditional. "owner": "chronological" "ownerlink": "/user/198/chronological" "permalink": "/intent/74001/?l=ja#r-134001" "created": "2021-09-02T00:10:05.873171" "vote": "" - "id": "r-139001" "mtrans": | //データストレージレイヤーをP2Pにし、それ以外はすべて従来型にします それは完全に理にかなっています-ほとんどのソフトウェアシステムはデータベースシステムのクライアントです。 "text": | // make the data storage layer P2P and everything else is traditional It makes perfect sense -- most of software systems are clients of database systems. "owner": "Mindey" "ownerlink": "/user/147/Mindey" "permalink": "/intent/74001/?l=ja#r-139001" "created": "2021-09-02T21:29:47.736320" "vote": "" - "id": "r-140001" "mtrans": | プロジェクトハイパーハイパースペースは興味深いプロジェクトだと思いました。ファイルではなく、スペースがあり、それらは、何らかの形でシームレスにマージされるメルケル有向非巡回グラフによって裏付けられています。 CRDTを使用すると仮定します。 彼らはあなたがそれ、フォーラム、チャット、ウェブサイトなどでほとんどすべてのアプリを構築できると言います "text": | I just found the project hyper Hyper space it's an interesting project. Rather than files you have spaces and they are backed by a merkel directed acyclic graph that somehow merges seamlessly. Assuming it uses CRDTs. They say you can build almost any app with it, forum, chat, website etc "owner": "chronological" "ownerlink": "/user/198/chronological" "permalink": "/intent/74001/?l=ja#r-140001" "created": "2021-09-03T19:41:51.880457" "vote": "" - "id": "r-141001" "mtrans": | Hyperhyperspaceの問題は、その機能を実装するためにデータを格納するために使用するオブジェクトを引き継ぐため、決して使用しないことです。したがって、それは悪いアプローチを取ります。 メモリ内に単純なオブジェクトグラフを作成するには、MutableReferenceと呼ばれるクラスを使用してオブジェクトをリンクする必要があります。私には気分が悪い。 "text": | The problem with Hyperhyperspace is that I would never use it because it takes over the objects you use to store data to implement its functionality. So it takes a bad approach. To create simple object graphs in memory you have to use a class called a MutableReference to link objects together. Feels wrong to me. "owner": "chronological" "ownerlink": "/user/198/chronological" "permalink": "/intent/74001/?l=ja#r-141001" "created": "2021-09-03T20:30:20.502351" "vote": "" - "id": "r-142001" "mtrans": | ハイパーハイパースペースデータレイヤーがスペースの内容を他のピアと同期する場合、受信した変更がアプリケーションのデータの前提を尊重していることを検証する必要があります。そして、ええ、変更可能なものはすべて、CRDTのような操作として変更をマーシャリングする方法を知っているタイプでラップする必要があります。 プロジェクトは実験的なものであり、その結合を削除する方法を理解する前に、さらに反復が必要になる可能性があります。このモデルは、以前のモデルよりもかなり単純化されています:) "text": | When the Hyper Hyper Space data layer synchronizes a space contents with other peers, it needs to validate that the received changes respect the data assumptions of the application. And yeah, anything that's mutable needs to be wrapped in a type that knows how to marshal the changes as CRDT-like operations. The project is experimental, maybe we need more iterations before we figure out how to remove that coupling. The model is already a considerable simplification over previous ones :) "owner": "sbazerque" "ownerlink": "/user/29001/sbazerque" "permalink": "/intent/74001/?l=ja#r-142001" "created": "2021-09-04T00:04:27.990124" "vote": "" - "id": "r-143001" "mtrans": | ハイパーハイパースペースに関する1つの小さな説明:オブジェクトをリンクするためにMutableReferenceを使用する必要はありません。リンクしたオブジェクトを後で別のオブジェクトに置き換えることができるようにする場合にのみ、MutableReferenceが必要です。 "text": | One small clarification about Hyper Hyper Space: you don't need to use MutableReference to link objects together, you need it only if you want to be able to replace the object you linked with another one later! "owner": "sbazerque" "ownerlink": "/user/29001/sbazerque" "permalink": "/intent/74001/?l=ja#r-143001" "created": "2021-09-04T05:02:15.874605" "vote": "" "base:js": "/static/js/base.c7357c06cc89.js"