Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

koii-network/IPFS-pinning-service-example

 
 

Repository files navigation

***** This is a test task ***** *** IN PROGRESS ***

This is a proof of concept for how Koii could be leveraged to serve as a storage network

Koii tasks use NeDB library by default, which is an in-memory database written in JavaScript. It does not provide built-in support for read streams or buffers. NeDB is designed to store data in-memory or on disk using a single file. It reads and writes data as a whole, rather than providing stream-based or buffer-based access, Therefore in this task we only offer the capability to store JSON Objects.

--- This is a proof of concept, you can use fs to turn this into a full fledge storage network ---

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%