[go: nahoru, domu]

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

Observables : Unicity #54

Closed
Fred-certeu opened this issue Jun 11, 2019 · 0 comments
Closed

Observables : Unicity #54

Fred-certeu opened this issue Jun 11, 2019 · 0 comments
Assignees
Labels
feature use for describing a new feature to develop solved use to identify issue that has been solved (must be linked to the solving PR)
Milestone

Comments

@Fred-certeu
Copy link

Please replace every line in curly brackets { like this } with appropriate answers, and remove this line.

Problem to Solve

Avoid having multiple observables with the same value. Indeed this creates several troubles such as:

  • the enrichment has to be made several times
  • the rating might be inconsistent
  • the database contains unnecessary duplicates
  • the sightings would be splitted

Current Workaround

N/A

Proposed Solution

Anytime an observable is ingested, the platform should test if it already exist.
If it already exist, the new context coming with the ingestion should be attached to the observable.

Additional Information

N/A

@SamuelHassine SamuelHassine added the feature use for describing a new feature to develop label Jun 17, 2019
@SamuelHassine SamuelHassine added this to the v1.0.0 milestone Jun 17, 2019
@SamuelHassine SamuelHassine self-assigned this Jun 23, 2019
@SamuelHassine SamuelHassine added the solved use to identify issue that has been solved (must be linked to the solving PR) label Jun 23, 2019
@SamuelHassine SamuelHassine reopened this Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature use for describing a new feature to develop solved use to identify issue that has been solved (must be linked to the solving PR)
Projects
None yet
Development

No branches or pull requests

2 participants