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

Guide on how to work with Cloud Files #10

Open
erictuvesson opened this issue Sep 18, 2023 · 0 comments
Open

Guide on how to work with Cloud Files #10

erictuvesson opened this issue Sep 18, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@erictuvesson
Copy link
Contributor

erictuvesson commented Sep 18, 2023

Improve documentation

Describe the problem

Currently there is no dedicated guide on how to best work with Cloud Files and the best practices. I think this would be a great addition to share knowledge to avoid and future scalability issues.

Additional context

Here are some of my notes of things that could be included:

  • Recommended to have a dedicated Parse class for files (this can be questioned when scaling the database)
  • When another class is using a file, it should be a pointer?
  • I want to update an image, then I have to delete the old one and upload the new one. What is the best way to ensure I never lose anything?
  • In Parse there is a File type column, that can be connected directly with the Cloud File. https://docs.noodl.net/2.9/nodes/data/cloud-data/upload-file
@erictuvesson erictuvesson added the documentation Improvements or additions to documentation label Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant