aitkn
aitkn
CCConvex Community
Created by aitkn on 4/24/2023 in #support-community
Support arbitrary key on nested objects (e.g. strings with "+" or "$")
Thank you
9 replies
CCConvex Community
Created by aitkn on 4/24/2023 in #support-community
Support arbitrary key on nested objects (e.g. strings with "+" or "$")
Yes, the top-level limitation is acceptable. And yes, I would like to avoid any conversion.
9 replies
CCConvex Community
Created by aitkn on 4/24/2023 in #support-community
Support arbitrary key on nested objects (e.g. strings with "+" or "$")
The size is not going to be too big. Maybe a few tens of K max, but it can be nested. Converting to/from Maps would be suboptimal. Using javascript/JSON everywhere without conversion was one of the features I am considering Convex for. I also just try to add Map field via "Add New Document" like that { a: new Map([["a", "abc"]]) } and I can't: "Unsupported contractor Map"
9 replies
CCConvex Community
Created by aitkn on 4/22/2023 in #support-community
Reactive queries in Python
Can I run a reactive query from Node?
18 replies
CCConvex Community
Created by aitkn on 4/22/2023 in #support-community
Reactive queries in Python
Thank you for the response. It's good to hear that adding this feature to the Python client is manageable. I'm in the early stages of considering a switch to Convex, and if this feature can be implemented within a month or so, I'll be more confident in continuing with the transition. I appreciate your help and look forward to any updates on this matter.
18 replies
CCConvex Community
Created by aitkn on 4/22/2023 in #support-community
Reactive queries in Python
I have a "Processor" application that performs computationally intensive calculations based on user input and returns some output. I'm running multiple instances of this application on a server, but it can also be run on a client machine. Users input data through a web or mobile app. I need my "Processor" application to "listen" for these changes, perform the processing, and save the results back to the database so that users can view them reactively. Currently, I'm using Firebase Firestore as my database, but I'm considering switching to Convex. However, this feature is a deal-breaker for me.
18 replies