Re: Re: Announcing Newt DB, the amphibious database
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.web.zope.zodb |
|---|---|
| Message-ID | <CAPDm-FieVE=bYGekpvdp9xOftB_ruesg6Na3SizxZRUBn8iADQ@mail.gmail.com> |
On Wed, Jan 25, 2017 at 8:58 AM, Sanjay Rao <[email protected]> wrote: > Is it possible to use it with Zope ? > Yes. > If yes, any documentation ? > Yes, there's a whole website at the link I provided: http://www.newtdb.org Especially: For database configuration: http://www.newtdb.org/en/latest/topics/text-configuration.html And for search, see the examples in: http://www.newtdb.org/en/latest/getting-started.html#searching and reference documentation: http://www.newtdb.org/en/latest/reference.html There's also: http://www.newtdb.org/en/latest/topics/for-zodb-users.html Jim > > > On Wednesday, 25 January 2017 00:05:04 UTC+5:30, Jim Fulton wrote: >> >> 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. > -- 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.