GithubHelp home page GithubHelp logo

egor7 / dbfs Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.05 MB

Dbfs starts a 9P2000 file server making a db visible as a file tree.

License: MIT License

Go 94.41% Shell 1.13% Tcl 4.46%

dbfs's Introduction

DBFS Build Status

Dbfs starts a 9P2000 file server representing a db as a file system.

9P2000

A 9P2000 server is an agent that provides one or more hierarchical file systems -- file trees -- that may be accessed by processes. A server responds to requests by clients to navigate the hierarchy, and to create, remove, read, and write files.

Usage

TODO

Schema

//srv{nm, tp, lsn} Plan9 file server, serve 9P Rx->Tx. tp = ver //node{nm, tp, fid, qid, ver, prn, chld} File tree oradb{} mssqldb{} sqlitedb{}

Links

Art: A socket example https://coderwall.com/p/wohavg/creating-a-simple-tcp-server-in-go

Git: A well-styled go project, not small, and not so big as perkeep https://github.com/gopherjs/gopherjs/wiki/Developer-Guidelines

Doc: Effective go https://golang.org/doc/effective_go.html

Doc: Go review https://github.com/golang/go/wiki/CodeReviewComments

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.