-
Notifications
You must be signed in to change notification settings - Fork 2
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
Process dive logs and save in firestore #27
Comments
Since we will have the reference to the original dives we can reprocess them |
@JamWils does this schema make since for the format of the MacDive file? |
We also need to make sure the @daltojohnso can get the dives from the UserId via a FireStore quarry. |
https://www.npmjs.com/package/xml-js |
That should work. |
It looks like I have gotten this to work |
At the moment we will only do the processing on mac dive file and not subsurface |
Problem:
We need to process dive logs xml
Solution:
Create a cloud function to read the xml and load the struct into firestore
Alternatives:
We thought about creating an app engine system for this but that is taking to long. It also looks like a cloud function could do this just fine.
Notes:
Firestore schema
Example MacDive file
The text was updated successfully, but these errors were encountered: