News: Archive

2007-10-31 - 2007-11-29

Previewing Ajatus - the distributed CRM

Henri Bergius 14/11/07 22:13:26

While there is no public release yet, I though to give a heads-up on a project we're working on with Jerry: Ajatus is a distributed, or peer-to-peer CRM system built on top of CouchDb.

Ajatus-Note-Related

What makes Ajatus so special is the approach we're taking with it. Having with OpenPsa found the traditional, hierarchical CRM approach unworkable we wanted to solve the problem in a different way:

  • Local, rich AJAX client everybody can run on their laptop or internet tablet
  • Replication to allow sharing data with partners, customers and the employer
  • Simple base data types (note, event, contact, ...) that users can customize and extend
  • Possibility to build integration tools and plug-ins in almost any language (with CouchDb's restful JSON interface)
  • Speed

To help us stay on the right path we even wrote an Ajatus Manifesto to guide ourselves.

Currently the software already runs and does pretty much all the basic things needed. Once we get it into state where we can dogfood it (in interoperation with the company OpenPsa) we will make the first release. Until then, stay tuned, check the Git repository and join the talk!

Technorati Tags: , ,

Yesterday we published ajatus.info

Jerry Jalava 15/11/07 09:48:19

Yesterday was a big day for Ajatus - The Distributed CMS as it got its site up and running.
Read more from Bergie's blog.

I'll soon start writing some highlights that the system keeps inside...

Doc Searls Weblog: Saililng the relation ship

Henri Bergius 16/11/07 13:12:34

Notes about Ajatus

Damien Katz: CouchDB 0.7.0

Henri Bergius 17/11/07 07:16:13

New release of the object database used by Ajatus

CouchDb 0.7.0 is out

Henri Bergius 17/11/07 16:49:01

Version 0.7.0 of CouchDb was released yesterday. CouchDb is a very interesting object database that powers our Ajatus CRM.

Main changes in 0.7.0 were:

  • JSON instead of XML
  • Javascript view engine
  • Easier build system
  • ...and a nice administrative UI

Couchdb-0 7-Admintool

With the new release Ajatus is a lot easier to set up as CouchDb can be installed straight from release packages.

Technorati Tags:

Add field -support for Ajatus

Jerry Jalava 29/11/07 07:18:15

Finished the basic level of field adding.

Just finished the first step in the "Add field" -support in Ajatus today.
Next step is to add editing and deleting to the added fields.
I have also planned a template support to the fields so one can save the added fields as template and reuse that.

add_field.png

Back