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

Design a way for handling integrity of Entities. #6139

Open
piotrswigon opened this issue Sep 14, 2020 · 0 comments
Open

Design a way for handling integrity of Entities. #6139

piotrswigon opened this issue Sep 14, 2020 · 0 comments
Assignees

Comments

@piotrswigon
Copy link
Collaborator

For an entity such as Location {lat, lng} we can have is realMeasurement tags on lat and lng fields to specify the integrity of these fields.

If however a particle comes in that takes 2 locations A and B and "mixes" their lat and lng, it could be claimed that the resulting Location should have is realMeasurement on both their fields, even though lat and lng came from different locations. It is therefore impossible to distinguish a location that has been measured from a GPS sensor, from one that has been "remixed".

Some things to discuss: References, Inline Entities, Entity Tags...

@bgogul @seefeldb

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