stuttter / wp-relationships

Under occasional development. Probably broken. Use at your own risk. PRs encouraged. 🐉
54 stars 5 forks source link

Posts to Posts Importer? #1

Open markjaquith opened 6 years ago

markjaquith commented 6 years ago

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?

JJJ commented 6 years ago

Very feasible. Should be bundled, IMO.

ejntaylor commented 6 years ago

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.

JJJ commented 6 years ago

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.)

markjaquith commented 6 years ago

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.

JiveDig commented 6 years ago

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.

JJJ commented 6 years ago

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.

lkraav commented 3 years ago

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.