Skip to content
/ F1DB Public

A distributed database interface based on Mixin network and IPFS.

License

Notifications You must be signed in to change notification settings

fox-one/F1DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F1DB

A distributed database interface based on Mixin Network and IPFS.

Features

  • Write and read record from distributed DAG network.
  • Large content supports
  • RESTful API supports
  • User register and authorization
  • Better API authentication
  • JSON RPC service
  • More storage implements
  • Cache
  • Storage node communication
  • Index interface

Documents

Projects using F1DB

Usage

1 Register an App at Open.Fox.ONE

Email open@fox.one for application. Inquire a key/secret pair and a quota.

2 Setup and run an IPFS daemon

FYI: https://docs.ipfs.io/introduction/usage/

3 Modify config.yml

  • Use config.yml.example as template.
  • collector_user_id: a user that use to collector quota.
  • generate a new pin and keep it safe.

4 Run as JSON RPC service or use in your code

JSON RPC service

$ ./f1db

use F1DB in your code

check out the source.

License

MIT License

About

A distributed database interface based on Mixin network and IPFS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages