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

JSON Store #1666

Closed
kaplun opened this issue Oct 24, 2016 · 2 comments
Closed

JSON Store #1666

kaplun opened this issue Oct 24, 2016 · 2 comments
Assignees

Comments

@kaplun
Copy link
Contributor

kaplun commented Oct 24, 2016

In order to support the needs of the three-ways merging of JSON-Merger we need to implement a JSON-store.

Such store would need to store the last JSON version of a record as it came from a given source. E.g. one entry for the JSON from arXiv, one for the JSON from e.g. Elsevier. The stored JSON is the one right before it's being merged into the record.

Such store could be implemented as:

object_uuid, data, source, version/timestamp.

API could be:

def store_json(object_uuid, json_data, source):
    pass

def get_last_json(object_uuid, source):
    pass

def garbage_collect():
    remove any previous version of a given source
@kaplun
Copy link
Contributor Author

kaplun commented Oct 24, 2016

@david-caro this is what we discussed today at the round-the-table.

kaplun added a commit to kaplun/inspire-next that referenced this issue May 26, 2017
* Implements easy API functions:
  store_original_record_for_source() and
  retrieve_original_record_for_source() allowing to preserve and
  later retrieve the original JSON source corresponding to a given
  publisher. (closes inspirehep#1666)

Signed-off-by: Samuele Kaplun <[email protected]>
@ghost ghost assigned kaplun May 26, 2017
@ghost ghost added the Status: WIP label May 26, 2017
kaplun added a commit to kaplun/inspire-next that referenced this issue May 26, 2017
* Implements easy API functions:
  store_root_json() and retrieve_root_json() allowing to preserve and
  later retrieve the original JSON source corresponding to a given
  publisher. (closes inspirehep#1666)

Signed-off-by: Samuele Kaplun <[email protected]>
kaplun added a commit to kaplun/inspire-next that referenced this issue May 26, 2017
* Implements easy API functions:
  store_root_json() and retrieve_root_json() allowing to preserve and
  later retrieve the original JSON source corresponding to a given
  publisher. (closes inspirehep#1666)

Signed-off-by: Samuele Kaplun <[email protected]>
rikirenz pushed a commit to rikirenz/inspire-next that referenced this issue Jun 12, 2017
* Implements easy API functions:
  store_root_json() and retrieve_root_json() allowing to preserve and
  later retrieve the original JSON source corresponding to a given
  publisher. (closes inspirehep#1666)

Signed-off-by: Samuele Kaplun <[email protected]>
rikirenz pushed a commit to rikirenz/inspire-next that referenced this issue Jun 19, 2017
* Implements easy API functions:
  store_root_json() and retrieve_root_json() allowing to preserve and
  later retrieve the original JSON source corresponding to a given
  publisher. (closes inspirehep#1666)

Signed-off-by: Samuele Kaplun <[email protected]>
rikirenz pushed a commit to rikirenz/inspire-next that referenced this issue Jun 21, 2017
* Implements easy API functions:
  store_root_json() and retrieve_root_json() allowing to preserve and
  later retrieve the original JSON source corresponding to a given
  publisher. (closes inspirehep#1666)

Signed-off-by: Samuele Kaplun <[email protected]>
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 15, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 15, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 15, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 20, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 21, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 21, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 21, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 21, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 21, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 21, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 21, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 21, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 21, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 25, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 25, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 26, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 26, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 26, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 28, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 28, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 29, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 29, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 29, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Sep 29, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 2, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 2, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 3, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 4, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 4, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 4, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 4, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit that referenced this issue Oct 4, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close #1666 and also close #2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 5, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
david-caro pushed a commit that referenced this issue Oct 10, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close #1666 and also close #2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 11, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 13, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 13, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 13, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 18, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 20, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 23, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
kaplun pushed a commit that referenced this issue Oct 23, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close #1666 and also close #2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 24, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
ammirate added a commit to ammirate/inspire-next that referenced this issue Oct 24, 2017
Signed-off-by: Antonio Cesarano <[email protected]>
Signed-off-by: Riccardo Candido <[email protected]>

* new task including all merging utils needed in the workflow
* unit and integration tests for those functions

This close inspirehep#1666 and also close inspirehep#2322.
@kaplun kaplun assigned ammirate and unassigned kaplun Nov 21, 2017
@kaplun kaplun added this to the Inspire Json Merger milestone Nov 21, 2017
@jacquerie
Copy link
Contributor

This happened in #3005.

@ghost ghost removed the Status: WIP label Nov 29, 2017
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

Successfully merging a pull request may close this issue.

3 participants