Hello everybody,
I'm in the process of preparing my database data for import into a MongoDB database. Since MongoDB stores records as documents, the retrieved data needs to be formatted before it appears on the screen of a user. MongoDB uses records in BSON (JSON) format. I have 2 questions regarding this:
1. How is this done in Processwire?
2. Does the layout I want records to have on the screen of the user, require me to do certain things or add stuff when I'm setting up my document (= record) structure for a certain collection?
I'm not a developer and I do know how I want my data laid out on the screen of the users who are querying the database.
Any tips/explanations are highly appreciated.
Thanks in advance guys!
Regards,
Carel.