npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

bionet

v0.0.1

Published

Project currently undergoing pre-alpha testing.

Downloads

10

Readme

Project currently undergoing pre-alpha testing.

Code will appear here later in 2016.

About

bionet will be a global decentralized system for inventory tracking and for the free exchange of physical biomaterials.

bionet will be an asynchronous versioned network for sharing and collaborating on biological data.

bionet will be a web app.

bionet will be a command line tool.

Inventory tracking features

Expect the following features in the first public release:

  • Lab inventory tracking: Create/edit/lookup/search of items and their locations.
  • Permissions system: Users can grant other users read/write/admin access on their projects
  • Versioned data sharing: Users can share data with automatic tracking of all changes.
  • Web-based crytube scanning: Ability to scan cryo tube barcodes (DataMatrix) directly from the web app with a smartphone.
  • Plate reader integration: Ability to scan full 96 well plates of barcoded tubes using hardware built from off-the-shelf parts.
  • Label printing integration: Integration with cheap off-the-shelf thermal label printer that generates and prints labels with QR codes and human readable text/symbols
  • Open Source: Everything will be released under an Open Source license

Working features as of this commit: Everything listed above except for the cryotube scanning and plate reader is in a working state.

Technology

bionet will be an offline-capable web app that uses replication of merkle-DAGs between clients and servers and between servers and servers for most types of communication. Think git but with continous replication and capable of versioning schemaless databases as well as files/directories supporting both the git-style "one merkle-DAG per repository" model and the wiki-style "one merkle-DAG per document/file/object" model. In addition, bionet will provide a flexible (but optional) web front-end that allows users to write their own visualizations/widgets for custom data types that are sandboxesd

Anyone can run a bionet server, but the idea is that each lab deploys their own server and users create accounts on their home lab's server. The servers take care of continuously replicating data when user's from different servers grant each-other access to their data. There is no reason why the bionet could not fairly easily be made to operate entirely without servers (browser to browser) except that it's problematic when all the browser tabs hosting a certain piece of data suddenly get closed because the users decided to shut down their laptops.

Modules and libraries

bionet is built with node.js and browserify and uses levelup with leveldb as the default back-end on the server and IndexedDB in the browser.

bionet loads the entire web app into the client on first "boot" using hyperboot and uses a single websocket connection for all communications between server and client. rpc-multistream is used to allow transparent RPC between client and server and multiplexes both binary, object and text streams onto this single socket. rpc-multiauth is used for authentication.

See the package.json for some of the currently used node modules (not entirely up to date).

Who

bionet is being developed by the BioBricks Foundation

When

Expect a beta launch announcement at the 2016 iGEM jamboree.

License and copyright

License: AGPLv3

Copyright 2016 BioBricks Foundation