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

Indexing component implementation #33

Closed
serg-temchenko opened this issue May 21, 2024 · 2 comments · Fixed by #71
Closed

Indexing component implementation #33

serg-temchenko opened this issue May 21, 2024 · 2 comments · Fixed by #71
Assignees

Comments

@serg-temchenko
Copy link
Contributor

As described in our guidelines, this component should store indices of deal data so that it can be retrieved by a content identifier (CID).

@serg-temchenko serg-temchenko self-assigned this May 21, 2024
@jmg-duarte
Copy link
Contributor

As per the "New Boost setup" docs (step 5)

boostd-data is a data proxy service which abstracts the access to LID through an established API. It makes it easier to secure the underlying database and not expose it. boostd-data listens to a websocket interface, which is the entrypoint which should be exposed to boostd, and booster-http

The LID is fronted by the boostd-data service and the LID itself is just the database.

So my question is, isn't this redundant to #24?

@serg-temchenko
Copy link
Contributor Author

As per the "New Boost setup" docs (step 5)

boostd-data is a data proxy service which abstracts the access to LID through an established API. It makes it easier to secure the underlying database and not expose it. boostd-data listens to a websocket interface, which is the entrypoint which should be exposed to boostd, and booster-http

The LID is fronted by the boostd-data service and the LID itself is just the database.

So my question is, isn't this redundant to #24?

You are right. This issue might be treated as a sub-task for #24. Right now it is in a backlog, and assigned on me, but the #24 is on you. This part is something that should be consumed in a process described here.

image

When file is received and processed. If you don't mind, I'll assign it on you, since I'm working now on accountId/key pairs management.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants