What is our longterm project upload strategy? #298
Replies: 1 comment 5 replies
-
Hydroshare has drag and drop functionality but it's limited to smaller projects. You can't drag a 4Gb file into a website (nor should you) The CLI is probably the best option here. They need to use a CLI anyway if you want to do the S3 scrape option so it might as well be ours. We experimented with a standalone CLI a while back that ships with its own version of the V8 engine. That keeps the code in the same place as everything else and prevents a rewrite but there may be challenges I haven't anticipated since this is a pretty new tech to me. We can easily write a CLI in python (It's pretty much done anyway) but the usual caveats apply about deployment. One point in favour of python is that we don't need any GDAL or fancy pip modules so this could easily be deployed on top of ArcPy or whatever python the user has. The DotNet option is probably best but also the most expensive option.... and it won't work for OSX users so we'd still need to maintain multiple versions (all the usual windows problems as usual). There are deployment challenges here too. |
Beta Was this translation helpful? Give feedback.
-
Some givens:
So what is our strategy for riverscapes users to contribute projects longterm? Let's try to put aside whether we are rebasing our warehouse on hydro share etc. Just fundamentally, what's the user experience we want?
Questions
Beta Was this translation helpful? Give feedback.
All reactions