lordkeebler
lordkeebler12mo ago

Large json objects

Is there a solution built into convex for uploading larger JSON objects?
5 Replies
lee
lee12mo ago
(btw for small questions like this i recommend making #support-community threads)
lee
lee12mo ago
How large do you need? Convex has size limits on each object https://docs.convex.dev/database/types#limits
Data Types | Convex Developer Hub
All Convex documents are defined as Javascript objects. These objects can have
lee
lee12mo ago
If you're within those limits, you can upload jsonl files with npx convex import You can also upload json objects through the dashboard "add documents" button, or with the python client
lordkeebler
lordkeeblerOP12mo ago
Thanks, the thing is I don’t need anymore more than storing it so would just using a stringify work?
lee
lee12mo ago
sure you can store a string in convex

Did you find this page helpful?