GithubHelp home page GithubHelp logo

px4n / finspect Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 279 KB

Your personal file metadata storage database.

Home Page: http://uenori.github.io

License: GNU Affero General Public License v3.0

Go 98.29% Shell 1.71%

finspect's Introduction

Hi there ๐Ÿ‘‹

finspect's People

Contributors

patyx7 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

blob42

finspect's Issues

Build Initial Concept of Indexer Service

Build an initial indexer service that can take:

  • File URI
    • e.g (file://, dropbox://, etc...)

and perform the following:

  • Basic Metadata Extraction
    • Filename, Filesize, Mimetype, Permissions etc..
  • Check to see if we have indexed this file before.
    • If so, check for differences in metadata information and do not index if there is no difference.
    • If not, continue
  • Write out all the metadata information in a JSON format to a UUID named file. (Create the file if it does not exist.)

Build Initial Dummy Concept of Ingester Service

An dummy ingester service needs to be created that receives file objects and runs a dummy workflow process on it.

The workflow process does not need to be clearly defined yet, as we will have a clearer idea in milestone two.

Build Initial Concept of Watcher Service

Build or import and customize a cross platform watcher package, that can detect the following types of file modifications:

  • File Creation
  • File Deletion
  • File Rename
  • File Write
  • File Permission Change

Once a change has been detected, the change type and basic file metadata should be re-added to the indexer service.

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.