Skip to content

data_types

network_data

                                                                                
 lineage              network_data                                              
                      database                                                  
                      any                                                       
 qualifier profile(s) -- n/a --                                                 
 Documentation                                                                  
                        Data that can be assembled into a graph.                
                                                                                
                        Internally, this is backed by a sqlite database,        
                        using https://github.com/dpapathanasiou/simple-graph    
                        .                                                       
                                                                                
 Author(s)                                                                      
                        Markus Binsteiner   markus@frkl.io                      
                                                                                
 Context                                                                        
                        Tags         network_analysis                           
                        Labels       package: kiara_plugin.network_analysis     
                        References   source_repo:                               
                                     https://github.com/DHARPA-Project/kiara…   
                                     documentation:                             
                                     https://DHARPA-Project.github.io/kiara_…   
                                                                                
 Python class                                                                   
                        python_class_name    NetworkDataType                    
                        python_module_name   kiara_plugin.network_analysis.d…   
                        full_name            kiara_plugin.network_analysis.d…   
                                                                                
 Config class                                                                   
                        python_class_name    DataTypeConfig                     
                        python_module_name   kiara.data_types                   
                        full_name            kiara.data_types.DataTypeConfig    
                                                                                
 Value class                                                                    
                        python_class_name    NetworkData                        
                        python_module_name   kiara_plugin.network_analysis.m…   
                        full_name            kiara_plugin.network_analysis.m…