Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reader database index #118

Closed
sutty-coop opened this issue Jan 22, 2024 · 1 comment
Closed

Reader database index #118

sutty-coop opened this issue Jan 22, 2024 · 1 comment
Assignees

Comments

@sutty-coop
Copy link
Collaborator

sutty-coop commented Jan 22, 2024

Ingest posts/outbox into local Database (leveljs over indexeddb)

  • RDF traversal library that works over fetch and resolves links as we traverse (1 week)
  • Basic API for handling AP traversal
  • Index Notes from activities in addition to activities themselves (1 week)
  • Track update times

Chech the boxes in #102 when it's done :)

@RangerMauve
Copy link
Contributor

  • get js file for idb https://www.npmjs.com/package/idb
  • create a new db for storing data
  • start adding objects from outboxes into it
  • index by time and by autho
  • search by time and by author
  • add from our inbox (eventually)

@akhileshthite akhileshthite moved this from Todo to In Progress in Distributed Press Organizing Feb 15, 2024
@akhileshthite akhileshthite self-assigned this Feb 15, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Distributed Press Organizing Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants