Girish Mahajan (Editor)

Pump.io

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
Evan Prodromou

Written in
  
JavaScript / Node.js

Developer(s)
  
E14N

Operating system
  
Cross-platform

Pump.io

Stable release
  
1.0.0 / 27 August 2016; 6 months ago (2016-08-27)

Repository
  
github.com/pump-io/pump.io

Pump.io (pronounced "pump eye-oh") is a general purpose activity streams engine that can be used as a federated social networking protocol which "does most of what people really want from a social network". Started by Evan Prodromou, it is a follow up to StatusNet; Identi.ca, which was the largest StatusNet service, switched to pump.io in June 2013. However, while StatusNet offered functionality similar to Twitter, pump.io offers much more general purpose social networking, and is being adopted by other types of web applications, such as MediaGoblin.

Contents

Technology

Designed to be much more lightweight and efficient than its StatusNet predecessor, Pump.io is written in Node.js and uses Activity Streams as the format for commands and to transfer data via a simple REST inbox API.

Pump.io requires:

  • node.js
  • npm
  • a database server (typically NoSQL databases such as MongoDB or Redis, though there are other options through the database abstraction layer called Databank )
  • GraphicsMagick with the `gm` command
  • Pump.io can run easily on low-resource hardware (such as a Raspberry Pi or BeagleBone Black). It can be used via the Web UI, or other clients via the API.

    Federation

    As a distributed social network, Pump.io is not tied to a single site. Users across servers can subscribe to each other, and if one or more individual nodes go offline the rest of the network remains intact.

    Limitations and issues

    Features that were present in StatusNet are still (as of March 2014) not implemented in Pump.io, such as Groups, hashtags and page listing popular posts.

    References

    Pump.io Wikipedia