Difference between revisions of "2017 Winter Project Week/IPFS NoSQL Combination"

From NAMIC Wiki
Jump to: navigation, search
(made some ipfs experiments)
Line 40: Line 40:
 
* "Private Networks - First Implementation" issue: https://github.com/ipfs/go-ipfs/issues/3313
 
* "Private Networks - First Implementation" issue: https://github.com/ipfs/go-ipfs/issues/3313
 
* Chronicle: https://github.com/pieper/Chronicle
 
* Chronicle: https://github.com/pieper/Chronicle
 +
* Also reconsider if BitTorrent or similar technologies can help here
 +
** http://academictorrents.com/
 +
** https://webtorrent.io/

Revision as of 21:03, 6 January 2017

Home < 2017 Winter Project Week < IPFS NoSQL Combination

Key Investigators

  • Hans Meine (University of Bremen, Fraunhofer MEVIS = FME)
  • Steve Pieper (Isomics)

Project Description

Objective Approach and Plan Progress and Next Steps
  • Evaluate IPFS / NoSQL combination for MIC databases
  • Evaluate IPFS' PSK feature for "private clouds"
  • Build prototype for scanning images
    • put images / files into IPFS
    • put metadata into NoSQL database (ElasticSearch is what we used at FME, CouchDB is what Steve used in Chronicle)
  • Build prototype for browsing / showing images
    • should update live when images appear in the DB
    • should fetch image data from IPFS

Background and References