You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a lot of key capabilities that need to be wrapped into some class such as query engine that implements find and return capabilities agnostic of find, distinct, etc.
This is important to wrap all the different way data can be accessed, e.g. direct mongo or gridFS
Implement the same flat properties that pymatgen-db QueryEngine implements?
implicit sandboxing
provide structure agnostic access for data.
eventual usage of aggregation pipelines across collections
The text was updated successfully, but these errors were encountered:
Began working on this by implementing an AliasingStore. I imagine all of this functionality can be layered by creating the appropriate advanced store. This does require that all buidlers use the accessors provided by store rather then trying to use the collections themselves.
There are a lot of key capabilities that need to be wrapped into some class such as query engine that implements find and return capabilities agnostic of find, distinct, etc.
The text was updated successfully, but these errors were encountered: