Previous topic

Alpha software

Next topic

Sandbox

Contents

Welcome

Access overview

FluidDB can currently only be accessed via HTTP. Two other interfaces are anticipated (via XMPP and Thrift). Details of the HTTP API are given here.

Sandbox

As well as the main instance of FluidDB, we also have a sandbox with the very latest fixes. Details are here.

Open source client-side libraries

There are already many client-side libraries for FluidDB, with more are on the way. The current list is below. If you want library for a language that’s not yet supported, why not write it yourself? We’ll be happy to help. If you’re interested, you should definitely check out the FluidDB Weekend of Code offer.

As well as the above, we’re aware of projects that are underway to write libraries in Erlang, F#, Haskell, Objective C, Scala, Scheme, and Smalltalk.

Applications

Here are some early applications.

  • FluidDB Explorer, is included in the phpFluidDB package (above) of paparent. The Explorer is very useful for examining namespaces, tags, objects, and users from the comfort of your browser. Install the .php files, put your FluidDB username and password into config.php, and then point your browser at the phpfluiddbexplorer.php file. You’ll then be able to navigate around inside FluidDB by following links in your browser. You can also enter FluidDB queries and examine the objects that are returned. FluidDB Explorer is rapidly growing new features. Creating tag values, updating them, etc. are on their way.
  • The FDB package from Nicholas Radcliffe (see above) also offers a powerful command line tool for working with FluidDB. Nicholas has used it to import his 1500+ Delicious tags into FluidDB, as he describes here.