-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test if mongoDB and deepstream works together #42
Comments
From playing with the mongoDB and deepstream's records, it looks like records are updated in mongoDB when updated in deepstream. However, for the testing, I am just overwriting a record's data and not appending to it as a list. Will need to test about pushing to a list and see if there might be performance issues with it. |
Also, if you would like to see what data is currently inside the database... ssh in to the nvidia and in a terminal type:
Or you can do this locally for a local mongodb instance |
I have updated the test folder for the fake science sensors to use Lists in deepstream. I was not able to test it but it should work. ( @kiren-s Your goal is to try and make sure whatever is updating on deepstream is getting replicated into the mongo database. There is already a mongodb plugin written that I have tested that works. The only requirement for you is to install and setup mongodb on your computer. Then inside the Refer to the README in the folders for any clues. Also, feel free to ask for clarifications from me. Kind of wrote this up in a rush 😅 |
We need to make sure that deepstream record changes reflect inside mongoDB
The text was updated successfully, but these errors were encountered: