- 
                            
a tNeo4jConnection component, to
                                open a connection to a Neo4j database,
                         
               - 
                            
a tFileInputDelimited component,
                                to read the source data from a CSV file,
                         
               - 
                            
a tNeo4jRow component, to write
                                the employees data to the Neo4j database with a Cypher query,
                         
               - 
                            
a tNeo4jIntput component, to read
                                the employees data from the Neo4j database,
                         
               - 
                            
a tLogRow component, to display
                                the data on the Run console,
                                and
                         
               - 
                            
a tNeo4jClose component, to close
                                the Neo4j database connection opened by the tNeo4jConnection component.