Announcing Newt DB, the amphibious database
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.web.zope.zodb |
|---|---|
| Message-ID | <CAPDm-FjGG5NR=16-EoEw3=RUQorc-mK1hpzZAH7qTc0-Bz+1JQ@mail.gmail.com> |
Newt DB combines 2 paradigms:
- A Python object-oriented database with transparent persistence
- A Postgres document-oriented database with documents searchable and
visible as JSON with powerful indexing.
Work with your data as Python objects and search it with Postgres SQL.
Newt DB leverages transactions, and the mature ZODB and Postgres projects
for reliability.
Newt addresses some of ZODB's biggest issues:
- Data are visible and queryable in Postgres and usable by non-Python
applications.
- Postgres provides powerful search and indexing capabilities.
- Because indexing is done by Postgres:
- You don't need to have catalogs and their index structures in your
application. For some applications, this can reduce the number of objects
by an order of magnitude.
- Conflict errors become much less frequent, because the most common
source of conflicts, catalog indexes and supporting int-id
managers, are no
more.
To learn more, visit: http://www.newtdb.org
Jim
--
Jim Fulton
http://jimfulton.info
--
You received this message because you are subscribed to the Google Groups "zodb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.