Giter VIP home page Giter VIP logo

Comments (3)

hrstoyanov avatar hrstoyanov commented on May 28, 2024 1

Thank you, it is clearer now!

from activej.

eduard-vasinskyi avatar eduard-vasinskyi commented on May 28, 2024

Hello, @hrstoyanov

ActiveFS is a thin abstraction on top of Java's NIO channels. It provides methods to asynchronously work with files using ActiveJ's promises and CSP. As a result, the overhead of ActiveFs is really low.

There are two main implementations:

  • LocalActiveFs for processing files on a local filesystem
  • ClusterActiveFs for processing files stored on remote partitions

ClusterActiveFs was designed to serve as an optimal storage for processing big data. A common task for big data is working with immutable files. ClusterActiveFs allows you to do just that, as all files stored in a cluster are immutable. This greatly simplifies synchronization and allows us to create a system that is highly effective.
ClusterActiveFs does not have masters or replicas. It adheres to a pure peer-to-peer design which makes scaling and failover quite simple.

There are currently no examples for ClusterActiveFs, but you can look at tests in cluster package to get an idea of how it can be used. We will be sure to update our website with proper examples for ClusterActiveFs as soon as possible.

ActiveFs supports operations via HTTP (HttpActiveFs/ActiveFsServlet) and raw TCP(RemoteActiveFs / ActiveFsServer).

from activej.

valerialistratova avatar valerialistratova commented on May 28, 2024

Hello, @hrstoyanov. We've updated ActiveFS docs to cover the FAQs about this component. Please consider taking a look - https://fs.activej.io

from activej.

Related Issues (20)

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.