Store the data generated from PKL files into MongoDB using Spring Boot app #1061
Unanswered
Rasool-Ansari-Shaik
asked this question in
Q&A
Replies: 1 comment 1 reply
-
What exactly are you trying to store in MongoDB? Is it objects? Or do you want the Pkl files themselves stored in MongoDB? It would help if you can clarify what your goal is. Why is MongoDB important here? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In continuation to 1060, those 2 pkl files be placed in the resources section of my Spring Boot application. Using Spring Boot application, we need to generate the data from PKL files and store the data into MongoDB collection.
is there a way to do that?
Beta Was this translation helpful? Give feedback.
All reactions