Use the single genegraph code base to configure and run a transforming genegraph separate and distinct from a web serving genegraph.
Add config to specify mode as running a transforming genegraph or web genegraph
Modify code for a transforming genegraph interceptor chain separate from web genegraph interceptor chain
Evaluate both interceptor chains for having the appropriate interceptors for thier given purposes.
Remove from Transforming genegraph interceptor chain:
Graphql/lacinia interceptors
resolver cache
response cache
suggesters
(potentially others)
Configuration for input kafka topics mapped to output public kafka topics
Configuration for segregation of base data when running a transforming genegraph (separate from migration based base data in web serving genegraph)
Consider only enabling the mount.core states necessary for the given run mode. Transforming genegraph does not require any state for
Use the single genegraph code base to configure and run a transforming genegraph separate and distinct from a web serving genegraph.
Add config to specify mode as running a transforming genegraph or web genegraph
Modify code for a transforming genegraph interceptor chain separate from web genegraph interceptor chain Evaluate both interceptor chains for having the appropriate interceptors for thier given purposes. Remove from Transforming genegraph interceptor chain:
Configuration for input kafka topics mapped to output public kafka topics
Configuration for segregation of base data when running a transforming genegraph (separate from migration based base data in web serving genegraph)
Consider only enabling the mount.core states necessary for the given run mode. Transforming genegraph does not require any state for