-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Looking for a great digital content delivery system that's easy to use, and that won't lose your stuff? You found it. Check out the About page for more overview.
Acumen is composed of 3 major parts (not counting the database the software maintains):
-
The indexer (written in Java) that crawls the web directories to find out what's there, and updates or enters info into the mariadb/mysql database. We install this in /home/acumen in our SUSE system.
-
The SOLR component (written in Java), which pulls the data out of the database and transforms it into an indexed form it can use for swift retrieval. We install this in /srv/solr/.
-
The web access component (written in JavaScript, using Angular), which extracts from the database, refers to the SOLR index, and uses the [XSL information | https://github.com/AcumenProject/acumen-xsl] to provide the display. We install this in /srv/www/htdocs/acumen/ .
There's also a back-end API which can come in handy... but that's just icing on the cake.