Sensor how to Use

Hi! I want to the sensor to get data from database for over the time ( continuous data ), without stopping. ! If anyone has a solution please leave the answer. Thank you!

Most if not all HTM implementations comes with encoders, which converts data (real values, position in space, etc…) into SDRs. Pulling data continuously out of a database is an advanced topic tho. Please have a look at SQL with Java and HTTP API request using Java. Or even websockets .

1 Like