Upgrade to Pro — share decks privately, control downloads, hide ads and more …

NIP-78 nostr relay storage

NIP-78 nostr relay storage

Takuma Shinohara

August 04, 2023
Tweet

More Decks by Takuma Shinohara

Other Decks in Technology

Transcript

  1. データ 構造 const ev = { kind: 30078, content: "none",

    tags: [ ["d", "table_name"], ["title", "table_title"], ["t", "table_name"], ["202308041938", "20"], ["202308041938", "17"], ... // 続く ], created_at: currUnixtime(), };
  2. Key-value Storage データ 識別名 データ 識別名 データ 識別名 データ 識別名

    データ 識別名 データ 識別名 データ 識別名 データ 識別名 データ 識別名 データ 識別名 データ 識別名 データ 識別名 データ 識別名 データ 識別名 データ 識別名 データ 識別名 データ 識別名 データ 識別名 データ 識別名 データ 識別名 データ 識別名 データ 識別名 データ 識別名 データ 識別名
  3. 仕 様 検 討 • Key-Values Storage としての利用 • Post

    は nostr-tools 等に任せる想定 • 欲しい機能 • DB 初期化 • Get All Table • Get Table • Get Item • Create Table • Insert Table • Update Table • Clear Table