Graph ORM, Graphic Computation, Web Intents, and Async RPC
by Nat Torkington
| @gnat
| +Nat Torkington
| Comments: 1
| 8 August 2011
- Bulbflow -- a Python framework for graph databases: it's like an ORM for graphs. (via Joshua Schachter)
- Nomograms -- the lost art of graphical computing. (via John D Cook)
- Web Intents -- adding Android-style Intents to the web. Services register their intention to be able to handle an action on the user's behalf. Applications request to start an Action of a certain verb (share, edit, view, pick etc) and the system will find the appropriate Services for the user to use based on the user's preference.
- Finagle (GitHub) -- Twitter's asynchronous network stack for the JVM that you can use to build asynchronous Remote Procedure Call (RPC) clients and servers in Java, Scala, or any JVM-hosted language. Finagle provides a rich set of tools that are protocol independent.
|
Comments: 1
mac-anleitung [ 8 August 2011 05:46 AM]
Those links are really short =)
John D Cock is pretty amazing