(1) Lets say that I can provide a JSON feed over HTTP.
(2) Lets say I can provide the needed fields in that JSON/HTTP that would match the variable names required to populate all the Simple:Press fields where I would like that data to go including Groups, Forum ID, Topic Title, Poster Name, email etc etc … basically anything you would need (i.e whatever variables you tell me you need) to populate the forum with the data from the JSON/HTTP feed.
I assume what would then be needed was some code to parse the array and feed MySQL statements into the database.
Of course if Simple:Press had a REST API or some way of talking to my REST source, this would be even better. Maybe I could even use bbPress or PHPbb to be an intermediary to act as an REST API intermediary. Just tossing some ideas around.
Basically I can get you whatever data you need with whatever variable names you need and in whatever datatype you need, so as to populate every element of the Forum a typical user may typically want (no statistical data just post content). What I don’t know are the variable names and datatypes that are essential to populate your Forum with that typical data.
I also would like to set this up so that it is not sensitive to any future changes you may make to the database schema already exposed by Simple:Press
Is this any help?
Thanks
Ken