Giter VIP home page Giter VIP logo

irods_filesystem's Introduction

iRODS Filesystem

An experimental implementation of the C++17 Filesystem library for iRODS.

It can be used on both the client and server side.

This library does not support relative paths when interacting with iRODS objects. All paths must be absolute before any interaction with iRODS objects.

This library is a work in progress and has NOT been fully tested!

Requirements

  • iRODS v4.3.0 or greater
  • irods-dev package
  • irods-runtime package
  • irods-externals-boost package
  • irods-externals-catch2 package

Building the Library

To build, just follow the normal steps for building any simple CMake-based project.

mkdir _build && cd _build
cmake -GNinja /path/to/irods_filesystem
ninja package

Once built, you should have a new package (deb or rpm depending on your OS). Once installed, you'll have access to new header files and two shared libraries.

  • libirods_filesystem_client.so (For client-side code)
  • libirods_filesystem_server.so (For server-side code)

If your code requires the server-side lib, make sure to define one of the following macros. At least one of these macros must be defined in order to enable the server-side API. The following macros achieve the same result in regards to this library but, they could affect code outside of this library differently.

  • RODS_SERVER
  • RODS_CLERVER

TODOs

  • Finish designing and implementing unit tests.
  • Implement remaining filesystem functions.
    • resize_data_object
    • relative (and siblings; e.g. proximate, canonical)

irods_filesystem's People

Contributors

korydraughn avatar

Stargazers

Mher Kazandjian avatar

Watchers

Terrell Russell avatar James Cloos avatar Mher Kazandjian avatar  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.