Hi, We have been discussing exactly that topic yesterday. https://github.com/arangodb/arangodb/pull/2625/files
removes at least some of the webfrontend things which aren't actually needed to be distributed. Most probably you don't need all of the node_modules which we have to ship since we document it, and propose their use in foxx services. One example of that is the joi schema library, which you most probably don't need it if you don't use foxx services. but in the end you should try out whether it has any negative impact on your installation if you ommit some of these node modules. On Friday, June 23, 2017 at 6:28:33 AM UTC+2, Florian Conrady wrote: > > I am trying to embed ArangoDB in a desktop app. The app accesses ArangoDB > through the Java API. > > My approach so far: The installer downloads the app and ArangoDB's > Community zip file and extracts everything. > > The issue: Due to ArangoDB the installation process has become very > lengthy. The extraction of ArangoDB alone takes 2.5 to 3 minutes. Most of > it seems to be spent on JS files. > > My question: Is there a way reduce the extraction time? Given that I > access ArangoDB only from Java and not from the web interface, are there JS > files that are not needed? > > Thanks > Florian > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
