Is this a good idea? #307
Unanswered
zanzlender
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since it can run on the edge I suppose Lyra is made to be performant in reading data from another source and creating a database fast. I'm working on something and want to know if this is a good idea...
I want to use this in a React project with NodeJS as backend, so is it a good idea to have this kind of flow:
(for the moment I want the file to be local, later it will probably be somewhere in the cloud)
My main concerns are: Is this efficient or is there a better way? Is this generally a good use for Lyra?
Beta Was this translation helpful? Give feedback.
All reactions