-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* π Add storage FAQ draft * π± Actually add it * π Fix * π Fix * π Fix * π Fix
- Loading branch information
Showing
4 changed files
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Storage FAQ | ||
|
||
1. What is default storage? How do I find out about default storage? | ||
|
||
2. Where is my SQLite file? What happens if I move the `.lndb` file around? | ||
|
||
3. What is the `.lamindb/` folder? Will there be multiple `.lamindb/` folders if I have multiple storage locations? | ||
|
||
4. What happens if I move files around? What should I do if I want to bulk migrate files to another storage (letβs say another s3 bucket)? | ||
|
||
5. When should I pass `key=` and when should I rely on cryptic ids to register a file? Whatβs the recommended process to register a file? | ||
|
||
6. Will I never be able to find my file if I donβt give it a description? (should this even be allowed?) | ||
|
||
7. What should I do if I have a local file and want to upload it to S3? (Shall I register a File first and upload it with `.save`, or shall I upload outside of Lamin before registering it?) | ||
|
||
8. How to update a file in storage? Whatβs the process to update file records after I moved files around or updated files? | ||
|
||
9. How do I version a file? Do I always make a new file record and a new transform if I want to track the parent files? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters