Class TrellisServiceBundler

  • All Implemented Interfaces:
    ServiceBundler

    public class TrellisServiceBundler
    extends BaseServiceBundler
    A triplestore-based service bundler for Trellis.

    This service bundler implementation is used with a Dropwizard-based application. It combines a Triplestore-based resource service along with file-based binary and memento storage. RDF processing is handled with Apache Jena.

    • Constructor Detail

      • TrellisServiceBundler

        public TrellisServiceBundler​(org.trellisldp.dropwizard.app.AppConfiguration config,
                                     io.dropwizard.setup.Environment environment)
        Create a new application service bundler.
        Parameters:
        config - the application configuration
        environment - the dropwizard environment