Giter Club home page Giter Club logo

seeburger-vfs2's Introduction

seeburger-vfs2

SEEBURGER Extensions to Apache Commons VFS2

  • vfs2provider-digestarc - allows Git style content addressed storage of filesystem trees (with hashed blobs) Known Vulnerabilities
  • vfs2provider-jdbctable - allow storing blobs in database tables Known Vulnerabilities
  • (vfs2-util - currently included in vfs2provider-jdbctable/com.seeburger.vfs2.util) helper classes to deal with VFS2
    • TreePrinter for printing a VFS Directory
    • enhanced clone of the VFSClassLoader
    • FileNameGlobbing - support for file name filtering
    • VFSUtils - static utility functions dealing with VFS2 Objects
    • DementFileReplicator - extends the DefaultFileReplicator by not remebering the replicated objects.
  • FileOperations - mainly used by the above two providers
    • DarcFileOperationProvider
      • CollectFilesOperation - will travers a DarcFileTree and record all underlying blob files
    • JdbcTableOperationProvider
      • ExpireFilesOperation- used to delete file rows based on last markTime column with single SQL transaction
      • BulkSetAttributeOperation - used to set an attribute (markTime) on a list of files

Building

Can be build with Java 11+, requires Maven 3.9.x

By default Java 11 target compatibility is used. To specify a specific version, use:

JAVA_HOME=/opt/jdk17
mvn -B -e -C -V -Prelease-profile -Dmaven.compiler.release=8 clean install

Use the following dependency declarations (compile scope should only needed for com.seeburger.vfs2.util):

<dependency>
    <groupId>com.seeburger.vfs2</groupId>
    <artifactId>vfs2provider-jdbctable</artifactId>
    <version>1.8.0</version>
</dependency>
<dependency>
    <groupId>com.seeburger.vfs2</groupId>
    <artifactId>vfs2provider-digestarc</artifactId>
    <version>1.8.0</version>
</dependency>

Note: the artifacts are not available via Maven Central.

License

This project is released by SEEBURGER AG, Germany under the Apache Software License 2.0 (ASL).

seeburger-vfs2's People

Contributors

ecki avatar dependabot[bot] avatar svogt avatar

Stargazers

 avatar

Watchers

 avatar  avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.