wp-relationships icon indicating copy to clipboard operation
wp-relationships copied to clipboard

Posts to Posts Importer?

Open markjaquith opened this issue 7 years ago • 7 comments

I think a lot of people watching this project care because they're using Posts to Posts currently. What are your thoughts on the feasibility of an importer from Posts to Posts?

markjaquith avatar Nov 13 '17 15:11 markjaquith

Very feasible. Should be bundled, IMO.

  • [ ] WP-CLI
  • [ ] GUI
  • [ ] Detect & offer-to-migrate on activation

JJJ avatar Nov 27 '17 23:11 JJJ

A few of us P2P users more likely to get involved if we can migrate their existing projects over.

I'd settle for any migration process. If the above is achievable then that would be even better.

ejntaylor avatar Nov 28 '17 06:11 ejntaylor

Any thoughts on how many rows y'all typically have in your P2P tables? Obviously it could be billions, but what's realistic? I've seen hundreds, but not thousands yet.

I'd like to write the MVP, and improve it from there using something like the batch processor that's already in bbPress 2.6 (GUI proven to work with millions of posts.)

JJJ avatar Nov 28 '17 19:11 JJJ

Any thoughts on how many rows y'all typically have in your P2P tables?

I'm working on a site remodel that will probably have into the low thousands. I would aim for 100k. If the schema and queries and indexes are sane, that should be easy. Most of the lookups are going to be "given some object IDs and a relationship type, show me the related things."

The order you have above is right: WP-CLI, GUI, Detect. And it's possible that, considering the audience for this, WP-CLI is good enough.

markjaquith avatar Nov 29 '17 00:11 markjaquith

I agree with Mark. Start with CLI just to get P2P uses onboard/migrated. Add the GUI/detect later on, after the plugin is more stable and in use.

JiveDig avatar Jan 19 '18 14:01 JiveDig

Have not forgotten about this, but have not been able to prioritize it.

Trying to work ongoing development of this into a project so I can manage it via some overlap.

JJJ avatar Feb 26 '18 21:02 JJJ

Hi all. We're looking into many-to-many terms solutions and this popped on our radar.

Unfortunately, other than this issue discussion, it seems a bit like this idea has been abandoned. Did something else pop up in last 4 years that does many-to-many better by now, or is the base still strong here, and we would want to continue, but just resource-starved? I may be able to sponsor an amount of work to move wp-relationships forward.

@JJJ aside from an update here, we could also chat details on WP Slack, I'll DM you.

lkraav avatar May 12 '21 11:05 lkraav