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

license #1

Closed
endomorphosis opened this issue Apr 5, 2024 · 4 comments
Closed

license #1

endomorphosis opened this issue Apr 5, 2024 · 4 comments
Assignees

Comments

@endomorphosis
Copy link

no license found.

@endomorphosis
Copy link
Author

also, this is a much more straight forward "quickstart" than the official quickstart

@koh-osug koh-osug self-assigned this Apr 5, 2024
@koh-osug
Copy link
Owner

koh-osug commented Apr 5, 2024

OK, I added a license. I was not assuming that this is found by someone.

no license found.

OK, I added a license. I was not assuming that this is found by someone.

@koh-osug
Copy link
Owner

koh-osug commented Apr 5, 2024

also, this is a much more straight forward "quickstart" than the official quickstart

Yes, I was also having with the simple example. Anyway, where I got stuck was:

  • the query methods and get functions are using a linear search, e.g. if there are 10000 entries, then with bad luck 10000 entries are scanned to find the result. No keys are indexed.
  • Adding data is slow if the batch insert is larger.
  • how to build a safe local only deployment not talking to the internet and verifying peer IDs if they are known, e.g. signed by a local network only authority.

@endomorphosis
Copy link
Author

ipfs/kubo#10383 (comment)

I have had similar problems with ipfs not being optimized, I will close this issue (the license issue) and will link to this in an orbitdb issue you raised.

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

No branches or pull requests

2 participants