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

Data Query API Feature #10

Open
melrom opened this issue Mar 8, 2016 · 0 comments
Open

Data Query API Feature #10

melrom opened this issue Mar 8, 2016 · 0 comments
Assignees

Comments

@melrom
Copy link
Collaborator

melrom commented Mar 8, 2016

A future endeavor for DataSpaces might be to add a data query API, wherein users can know if data has been put into the DataSpace for a specified bounding box. This could be achieved by setting up an nD array over the entire global domain (as specified in dataspaces.conf) at initial startup. If data comes in, this would be updated -- like "setting a flag" that proves data from a "put" routine has been received and put into the space at a specific BB. The technical details would need to be explored further: for example, which server is responsible for this?

The purpose of this API would be for usage in more advanced locking mechanisms. For example, to avoid sending user back invalid data for the case of lock type 1. Or, allowing application user to check if data has arrived from a certain version (could be useful in an event-triggered analytics-type application).

@philip-davis philip-davis self-assigned this Jan 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants