# NAME

Prophet - A distributed database system

# VERSION

version 0.751

# DESCRIPTION

Prophet is a distributed database system designed for small to medium scale
social database applications.  Our early targets include things such as bug
tracking.

## Design goals

- Arbitrary record schema
- Replication
- Disconnected operation
- Peer to peer synchronization

## Design constraints

- Scaling

   We don't currently intend for the first implementation of Prophet to scale to
   databases with millions of rows or hundreds of concurrent users. There's
   nothing that makes the design infeasible, but the infrastructure necessary for
   such a system will...needlessly hamstring it.

# AUTHORS

- Jesse Vincent <[email protected]>
- Chia-Liang Kao <[email protected]>
- Christine Spang <[email protected]>

# COPYRIGHT AND LICENSE

This software is Copyright (c) 2009 by Best Practical Solutions.

This is free software, licensed under:

   The MIT (X11) License

# BUGS AND LIMITATIONS

You can make new bug reports, and view existing ones, through the
web interface at [https://rt.cpan.org/Public/Dist/Display.html?Name=Prophet](https://rt.cpan.org/Public/Dist/Display.html?Name=Prophet).

# CONTRIBUTORS

- Alex Vandiver <[email protected]>
- Casey West <[email protected]>
- Cyril Brulebois <[email protected]>
- Florian Ragwitz <[email protected]>
- Ioan Rogers <[email protected]>
- Jonas Smedegaard <[email protected]>
- Kevin Falcone <[email protected]>
- Lance Wicks <[email protected]>
- Nelson Elhage <[email protected]>
- Pedro Melo <[email protected]>
- Rob Hoelz <[email protected]>
- Ruslan Zakirov <[email protected]>
- Shawn M Moore <[email protected]>
- Simon Wistow <[email protected]>
- Stephane Alnet <[email protected]>
- Unknown user <nobody@localhost>
- Yanick Champoux <[email protected]>
- franck cuny <[email protected]>
- robertkrimen <[email protected]>
- sunnavy <[email protected]>