Skip to content

C-h-e-r-r-y/arelle-web-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to reproduec

  1. docker build . -t arelle-demo:daims-zip
  2. docker run arelle-demo:daims-zip -p 8080
  3. docker ps - see container name or id
  4. docker exec -t -i <container name or id> /bin/sh
  5. arelleCmdLine -f /app/AppropriationsAccountPackage.xbrl -v --plugins xbrlDB --store-to-XBRL-DB "localhost,5432,user,111111,test_db,600,pgSemantic"

Expected result AppropriationsAccountPackage.xbrl imported into postgres db Actual result container consumed a lot of memory and finally Killed

Http request with AppropriationsAccountPackage.xbrl works from time to time (but consumes about 7.5Gb)

GET http://localhost:8080/rest/xbrl/view?file=/app/AppropriationsAccountPackage.xbrl&view=factTable&media=html     

Http request with FinancialAccountPackage.xbrl holds forever

GET http://localhost:8080/rest/xbrl/view?file=/app/FinancialAccountPackage.xbrl&view=factTable&media=html     

About

Patched arelle used as web service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 52.6%
  • Shell 47.4%