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
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Database Write Limits hit
Hello Appwrite Admins, I'm a GitHub Education user, and about a week ago, my database was really badly optimized, resulting in about 600k writes in a single day...
- How to properly implement custom domain?...