graphaware / neo4j-reco

Neo4j-based recommendation engine module with real-time and pre-computed recommendations.
374 stars 77 forks source link

How could I set up a engine of consecutive engines #38

Open hushuangwei opened 6 years ago

hushuangwei commented 6 years ago

The delegating engine can assign tasks to several basic engines. What happens if one engine accept the input from the output of another engine? Should I save the immediate result in the context?