Skip to content

anujhydrabadi/connection-group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connection Group

Enhancements:

  • For the get by Virtual Node API, it performs a sequential scan on all nodes of all the connection groups. This can be optimized by having a map of Node name to connection group, but that would mean we would not have a single source of truth for data, and it is our job while adding new connection groups that we keep both data structures consistent.
  • Using an in-memory data structure to store the data, which gets wiped out on server restart. For persistence, we can think of an external database that would be suitable for such hierarchical data.

Developer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages