Skip to content

boshevski/BitCumulus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitCumulus

BitCumulus is a filehost web app, that allows anyone to upload files via a web interface or API. Files are hashed and uploaded to public file hosting. Using the hashes a node can look up the information of where that file was stored using the Datacoin blockchain. This makes a file uploaded to BitCumulus accessible through any node in the network.

  • Coded in Python and Flask, a Python microframework for web.
  • Must be run on a Linux based web server, Debian distro recommended.

Scope

This project depends on several other projects:

  • plowshare-wrapper provides a python interface to upload and download files from popular file hosting sites. It is a python wrapper of the plowshare tool.

  • cloudmanager contains most of the file handling logic. It keeps track of all the uploaded files, keeps track of the files present in local cache, and handles database serialization.

  • metachains-dtc is a wrapper for the Datacoin client, using json RPC. It also contains a synchronization class, which allows one to synchronize data from and to the blockchain.

  • web-core is the backend server that powers BitCumulus. It provides a json API web service, and the daemons to synchronize files to the cloud hosting services and to the blockchain.

BitCumulus, this project, provides a web interface to web-core, allowing you to upload files and check the server status regarding bandwidth, disk usage, and synchronization state.

Installation

Check INSTALL.md for installation instructions.

About

Web node for the Storj network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 55.4%
  • JavaScript 40.9%
  • CoffeeScript 3.5%
  • Other 0.2%