-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi! Is there any interest in a realtime crowd mapping system? I was reading about how database replication works and I figured hey that crowdmap could be doing this! Here's how I think it works:
- The mapping efforts generate a transaction log of what changes need to change in the map db
- This log goes in a central (append only?) database or log storage
- A client retrieves this log and plays it to generate a local map db
- For updating, the same client requests logs newer than what they already have; playing through it updates their db
- The central log database occasionally does a full scan and drops older entries that are no longer necessary
It's a very rough idea! Thoughts, anyone?
Metadata
Metadata
Assignees
Labels
No labels