-
Notifications
You must be signed in to change notification settings - Fork 1
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 Storage Integration #5
Comments
How would the query results look? For example, this describes two columns Future:
@ceteri, I'll be addressing these questions in #4! Check out that issue later and let me know if you have additional comments -Caroline |
Got a prototype service to demo ... The request, after authentication:
Sample results:
|
FWIW, this is example code -- no effect on Computable.io code base -- except to show a simple, extensible example for what @rbharath proposed last Monday in the team meeting. I would suggest call this "storage" instead of "database", since the former is more general and pluggable, while the latter has strong connotations which will likely confuse people who are outside of our discussions. Anywho, here's the sample code -- less the
@ceteri: Changed the name of the issue. Looking forward to trying this out! @SUICIDALcow, take a peak! -Caroline |
This task has been completed using IPFS and storing a “block” of data, i.e. a byte array of a stringified json blob. This allows complete data flexibility, but will probably have to be revisited when we investigate our data query requirements/strategy. After persistence to IPFS, we can store the IPFS CID (content identifier) on the |
As a person going through the demo, I want a data storage integration so that I can understand off-chain storage.
Prior completion of #4 is desired
Acceptance Criteria
Please also note:
the outcomes should be documented here (not in the comments).
Resources:
Add image here.
The text was updated successfully, but these errors were encountered: