- @fergbyrne
- HTM = Hierarchical Temporal Memory
- Slides
- big data is like teenage sex
- noone knows how to do it
- everyone thinks everyone else is doing it
| { | |
| "last_node_id": 469, | |
| "last_link_id": 1401, | |
| "nodes": [ | |
| { | |
| "id": 16, | |
| "type": "KSamplerSelect", | |
| "pos": [ | |
| -280, | |
| 20 |
| #!/bin/bash | |
| # This scripts scans the elasticsearch source code for all the registered REST endpoints | |
| # It will put the formatted output in $DEFINITIONOUTPUTFILE | |
| # [MethodName] [HttpVerb] [Route] | |
| ESFOLDER="../elasticsearch" | |
| DEFINITIONOUTPUTFILE="src/Generated/rest-actions.txt" | |
| # Find all the lines that registerHandlers |