Rank 2: Process
ohh i got it
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 2: Process
ohh i got it
Rank 2: Process
my app is related to book pdf notes
Rank 2: Process
making an app for campus Notes
Moderator
You mean uploading multiple documents then?
Rank 2: Process
so users request api calls everytime to get access of notes
Rank 2: Process
no they can only read and download notes from app only i can upload notes
Rank 2: Process
help me out please
Moderator
You don't make a request for every note, you make a request to get access to a bunch of documents
Moderator
So that way you'll not be rate-limited
Rank 2: Process
yes
Moderator
Also never download if there are 10000 documents, all of them at once
Rank 2: Process
my app has 5 level of hirerchy to access pdf file like
user>Branch>Year>Semester>Subjects>(pdf of particular subject)
branch can be CSE,IT,ECE,EEE,CIVIL,MECH
Year can be 1,2,3,4
Semester can be 1,2,3,4,5,6,7,8
subjects can be multiple max 10 for each semester
and at the end the pdf will be available for particular subject
Moderator
Each of them is a collection
Moderator
And each input is a document
Moderator
Just imagine like if it was a SQL database (appwrite database is SQL, except API) so every table is a collection and each row is a document
Rank 2: Process
Moderator
You can't make subcollections
Rank 2: Process
okay
Rank 2: Process
how do you got this much knowledge about appwrite?
Moderator
Reading docs and making an app with it
Moderator
Moderator
Also seeing appwrite blog
Moderator
But I have too doubts while structuring data 😅
Not about how to structure it, but more about how to make it be efficient
Rank 2: Process
ohh
Rank 2: Process
same here