The Attention Broker is the DAS component which keeps track of atom's importance values attached to different contexts and update those values according to the queries made by users using context specific hebbian networks.
DAS query engine can use those importance values to control caching policies and to better process pattern matcher queries.
To build the Attention Broker Service, run the following command from the project root:
make build-all
This will generate the binaries for all components in the das/src/bin
directory.
- To run the Attention Broker Service, simply execute the following command:
make run-attention-broker
- The default port for the Attention Broker is
37007
. - If successful, you should see a message like this:
AttentionBroker server listening on localhost:37007