Pump.io
| Original author(s) | Evan Prodromou |
|---|---|
| Developer(s) | E14N |
| Stable release | |
| Repository | github |
| Written in | JavaScript / Node.js |
| Operating system | Cross-platform |
| Type | Web application framework |
| License | Apache License, Version 2.0[3] |
| Website | pump.io |
Pump.io (pronounced "pump eye-oh")[4] 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".[1] Started by Evan Prodromou, it is a follow up to StatusNet;[5] Identi.ca, which was the largest StatusNet service, switched to pump.io in June 2013.[6] 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.[7]
Contents
Technology[edit]
Designed to be much more lightweight and efficient than its StatusNet predecessor,[5] 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.[6]
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[6] )
- 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[edit]
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[edit]
Features that were present in StatusNet are still (as of March 2014) not implemented in Pump.io, such as Groups,[8] hashtags[9] and page listing popular posts.[10]
See also[edit]
External links[edit]
- Pump.io homepage
- pump.io/tryit (links to one of several E14N domains)
- Pump.io on GitHub
- E14N
- TINAP episode featuring Evan P and including a Pump.io song
References[edit]
- ^ a b pump.io
- ^ "Releases · e14n/pump.io". Github. Retrieved 4 September 2016.
- ^ "website". Retrieved 2014-03-22.
Licensed under the Apache License, Version 2.0 (the "License")...
- ^ Prodromou, Evan. "E14N Post". Retrieved 21 March 2014.
- ^ a b Behrenshausen, Bryan. "pump.io: the decentralized social network that's really fun". opensource.com. Retrieved 21 March 2014.
- ^ a b c Nathan Willis (March 27, 2013). "StatusNet, Identi.ca, and transitioning to pump.io". LWN.net. Retrieved 2014-03-20.
- ^ Christopher Allan Webber (October 24, 2013). "Pump API progress video". mediagoblin.org. Retrieved 2014-03-22.
- ^ "Groups". Retrieved 2014-03-20.
- ^ "Automatically link hash tags". Retrieved 2014-03-20.
- ^ "'Popular'". Retrieved 2014-03-20.