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
While each of the other clients have their own data backend, the BikeTagClient does not yet have a store backing it. Enter gun.js and we can implement the decentralized BikeTag API backed by minimal servers in the cloud + all users.
I need help getting gun to work with TypeScript here and it is now blocking me from moving forward with key implementations for the functionality of the BikeTag API.
I want to be able to manage notifications, queued images, updates, and deletes; all using the gundb client and picked up by the newly rewritten biketag-app project.
KenEucker
changed the title
Implement gun.js to back the BikeTag adapter of this API
Implement a decentralized DB to back the BikeTag adapter of this API
Jan 21, 2022
This option should explore both a database and a filestore to back up all of biketag data, in conjunction with a migrate function within the biketag api for migrating data to the latest form (just returns the object as is for first published version wtih this method).
Finally, the biketag-api project should have github actions to coordinate the updating of the schema in the database.
While each of the other clients have their own data backend, the BikeTagClient does not yet have a store backing it. Enter gun.js and we can implement the decentralized BikeTag API backed by minimal servers in the cloud + all users.
https://gun.eco/docs/API
The text was updated successfully, but these errors were encountered: