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

Distributed database aggregation #19

Open
4pr0n opened this issue Apr 24, 2014 · 1 comment
Open

Distributed database aggregation #19

4pr0n opened this issue Apr 24, 2014 · 1 comment

Comments

@4pr0n
Copy link
Owner

4pr0n commented Apr 24, 2014

People running their own instances can "upload" their individual database info (posts/comments/images/urls/etc) to a centralized server. The aggregated database would contain everything except the media files.

Pros:

  • Lots more info available, searching would be more exhaustive
  • Speed up ripping time for new users (already have URLs + albums without having to check every post/album)

Cons:

  • Solution will be complex (getting the data to the server routinely and in an efficient manner)
  • Potential for abuse (uploaders could send malicious or bogus content)
  • Implementing features that use the new data would be complicated
    • e.g. what happens when search finds a user in the aggregated db but not the local db?
@jadedgnome
Copy link

Git-annex looks like relevant sync solution.
https://git-annex.branchable.com/

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