Skip to content

GlulkAlex/PostgreSQL_XML_XSLT_Node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task|Goal @toDo:

  • get connection information from user input
  • connect DB
  • check DB table
    • clear table if non-empty
  • populate table|insert nItemsTotal items into it
  • store table to|as XML file
  • read and modify stored file using XSLT
    • save modified data in a separate file
  • read attributes from last file
  • output attributes sum (aggregate by field)
    to a console as a (final) result

Restrictions:

(overall) running time
for rows|items total <= pow( 10, 6 ) must be|expected to be <=|less then 5 minutes

About

PostgreSQL XML XSLT with Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published