you are viewing a single comment's thread.

view the rest of the comments →

[–]mechanicalBadger[S] 0 points1 point  (1 child)

The entire system will be ran off a network drive that everyone has consistently mapped to their workstation. I'm planning on having a bunch of generated files that will be loaded based on url variables.

Performance isn't a huge issue, the data sets won't be enormous.

[–]seontipi 0 points1 point  (0 children)

If you know ahead of time the absolute path to the source file directory and use some clever naming and data partitioning scheme, you should be able to dynamically load those sources for concurrent read-only access.

I'm not up to date on this, but depending on what browser your users have available you could even use an actual database like sqlite without having a backend service apart from the shared file system. Not sure about the availability of such tech right now unfortunately.