#992 Haystack IOT Domain information for Tagging feature

Dhanashri Patil Thu 19 May 2022

Hi All,

As project-haystack.org defined the hierarchy for different Enities and their tag lists which I want as a input for my tagging module.

How should i consume all those lists of site, Equip, points and associated tags in my project.

Or else I have define it manually within project resources?

Brian Frank Thu 19 May 2022

How should i consume all those lists of site, Equip, points and associated tags in my project.

It depends on how your tool works. But typically tools consume Haystack data using one of the file type formats (JSON, Zinc, Trio). That data can just be imported from flat files, or if you can use the HTTP API to fetch the data. More sophisticated tools might walk the learn tree of a remote system using the HTTP API.

Login or Signup to reply.