checkExistNodes function
Implementation
Future checkExistNodes() async {
createLocal();
generateThreats();
//generateCoreValues();
await getExistScoreNodes(Types.users, Types.geigerScoreUser);
await getExistScoreNodes(Types.devices, Types.geigerScoreDevice);
await getExistScoreNodes(Types.users, Types.recommendations);
await getExistScoreNodes(Types.devices, Types.recommendations);
await getExistScoreNodes(Types.users, Types.geigerScoreAggregate);
// await getExistScoreNodes(types.Enterprise,types.GeigerScoreMSE);
}