Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

representing dictionary/map #54

Open
munhitsu opened this issue Jan 14, 2023 · 0 comments
Open

representing dictionary/map #54

munhitsu opened this issue Jan 14, 2023 · 0 comments

Comments

@munhitsu
Copy link

Is Map something that can be exposed to the library user?

I'm looking to store in a Document something along the lines:

{
    'CardID_X': {
        'results' : [
            {
                'timestamp': timestamp in seconds from...
                'result': 0 // float - 0 - failed, 1 - passed
            }
        ]
    }
    'CardID_Y': {
    }
    'CardID_Z': {
    }
}

...so that Document optimised for retrieval and update of results for a specific key (specific value of CardID in the example above).

@munhitsu munhitsu changed the title representing dictionary representing dictionary/map Jan 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant