Miguel Castillo
Miguel Castillo
I would really like to see this tool being able to load up config file. What are your thoughts on this? I would happily make a PR.
### What happened? Currently, federated entity resolution is done in go routines, and resolution is 1 entity at a time but in parallel. This optimization works well! But it requires...
- [ ] importing modules: after I execute the export code, `import Person from 'replXX'` fails: [href](http://learnharmony.org/#es6discuss/modules)
@kidwm I logging this issue so that we can keep track of the integration progress. Let's make this thing work :)
Adding the ability to configure routes and mapping them to modules that handle them would be fantastic. Example: ``` { "routes": { "/hello/world": "./helloWorldController", "/hello/next": (req, res, next) => {...