You'll want to build an exporter that will work with nodebb-plugin-import: https://github.com/akhoury/nodebb-plugin-import/blob/master/write-my-own-exporter.md
Is there Database model?
-
Sorry for bringing this up again. I understand that you use NoSQL, which means there are no tables, but you still use keys to identify elements stored in the database and there is definitely a hierarchy there (
username:
,group:
, etc). Do you have this documented anywhere?For example, if I wanted to find a post in the database, which are the keys related to the post and which values are you storing?