You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
directly accessing community's nodes.json
This was the first approach and enough for simple queries without the
need to store further data. This is used for all querries that do not
deal with "node alarms".
periodically import nodes.json to db and then query db
For the later implemented feature "node alarms" it was necessary to
store data, therefore I decided to use a database.
In future, all queries should be re-written to use the database instead of
directly accessing nodes.json.
The text was updated successfully, but these errors were encountered:
Querying FFBot is currently done by two methods:
directly accessing community's nodes.json
This was the first approach and enough for simple queries without the
need to store further data. This is used for all querries that do not
deal with "node alarms".
periodically import nodes.json to db and then query db
For the later implemented feature "node alarms" it was necessary to
store data, therefore I decided to use a database.
In future, all queries should be re-written to use the database instead of
directly accessing nodes.json.
The text was updated successfully, but these errors were encountered: