Hello folks,
How can I bump/load data from external source(from json/excel file) into the database? I am happy to do it programmatically. I did not find anytihing in the docs. Any help is appreciated.
The best way to do this would probably be using one of the server-side SDKs to load the data and insert it into the database that way. There are a lot of SDKs that you could use so it'd be whichever one you're most comfortable using https://appwrite.io/docs/sdks#server
Would this be a one-off situation or would it need to be something that occurs regularly on a schedule of some sort?
Recommended threads
- Seed db
hello there... is this correct way to seed appwrite
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...