Difference between revisions of "IndexedCatalog"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=IndexedCatalog |Short description=provides indexing and allows queries for objects based on attributes. |Full description=IndexedCatalog provides indexing and allow...")
 
(Added Python link)
 
(2 intermediate revisions by one other user not shown)
Line 11: Line 11:
 
* Allows ordering query results by field, both ascending and descending.
 
* Allows ordering query results by field, both ascending and descending.
 
* Using Distutils means miminal effort to install.
 
* Using Distutils means miminal effort to install.
 +
|Homepage URL=http://web.archive.org/web/20141006052453/http://async.com.br/projects/indexedcatalog
 
|User level=intermediate
 
|User level=intermediate
|Status=Live
+
|Is High Priority Project=No
|Component programs=
+
|Accepts cryptocurrency donations=No
|Homepage URL=http://www.async.com.br/projects/indexedcatalog/
 
|VCS checkout command=
 
|Computer languages=Python
 
|Documentation note=
 
|Paid support=
 
 
|IRC help=irc://irc.freenode.net/async
 
|IRC help=irc://irc.freenode.net/async
|IRC general=
+
|Keywords=zope,index,catalog,catalogue,cataloging
|IRC development=
 
|Related projects=
 
|Keywords=zope,Python,index,catalog,catalogue,cataloging
 
|Is GNU=n
 
|Last review by=Kelly Hopkins
 
|Last review date=2009-10-27
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
 
|Version identifier=0.6.0
 
|Version identifier=0.6.0
 
|Version date=2009-10-09
 
|Version date=2009-10-09
 
|Version status=beta
 
|Version status=beta
|Version download=http://async.com.br/projects/IndexedCatalog/dist/IndexedCatalog-0.6.0.tar.gz
+
|Version download=http://web.archive.org/web/20141006052453/http://async.com.br/projects/IndexedCatalog/dist/IndexedCatalog-0.6.0.tar.gz
 +
|Last review by=Bendikker
 +
|Last review date=2018/04/03
 +
|Submitted by=Database conversion
 +
|Submitted date=2011-04-01
 +
|Is GNU=No
 +
|License verified date=2009-10-27
 +
}}
 +
{{Project license
 +
|License=LGPLv2.1orlater
 +
|License verified by=Kelly Hopkins
 
|License verified date=2009-10-27
 
|License verified date=2009-10-27
|Version comment=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Johan Dahlin
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Johan Dahlin
 
 
|Email=johan@fluendo.com
 
|Email=johan@fluendo.com
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 61: Line 57:
 
|Resource kind=Mailing List Info/Archive
 
|Resource kind=Mailing List Info/Archive
 
|Resource URL=http://www.async.com.br/pipermail/indexedcatalog
 
|Resource URL=http://www.async.com.br/pipermail/indexedcatalog
 +
}}
 +
{{Resource
 +
|Resource audience=Python (Ref)
 +
|Resource URL=https://pypi.org/project/IndexedCatalog
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 68: Line 68:
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=LGPLv2.1orlater
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-10-27
 
}}
 

Latest revision as of 05:14, 3 April 2018


[edit]

IndexedCatalog

http://web.archive.org/web/20141006052453/http://async.com.br/projects/indexedcatalog
provides indexing and allows queries for objects based on attributes.

IndexedCatalog provides indexing and allows queries for objects based on attributes. Which is accomplished by indexing all fields by type (string/integer/float) and by a simple query language. The IndexedCatalog does not require any additional extensions apart from the ZODB, and it made for applications that use StandaloneZODB and not Zope. It is completely untested with Zope at this time. Features:

  • Provides a Shelf, which aggregates queries and is a front-end to all IC features.
  • Provides a Catalog class that stores objects and offers a query interface.
  • Provides Indexes for Strings, Floats, Integers, Dates and Instances.
  • Requires very little change to objects for catalogs and indexes to work: basically inherit from IndexedCatalog.IndexedObject, add some special attributes to the Classes, and use catalog.insert() to add the instances to the catalogs.
  • Supports composite objects, initializing and indexing sub-objects automatically.
  • Supports queries by type, and allows querying sub-object or referenced object attribute values.
  • Allows ordering query results by field, both ascending and descending.
  • Using Distutils means miminal effort to install.





Licensing

License

Verified by

Verified on

Notes

Verified by

Kelly Hopkins

Verified on

27 October 2009




Leaders and contributors

Contact(s)Role
Johan Dahlin Maintainer


Resources and communication

AudienceResource typeURI
Python (Ref)https://pypi.org/project/IndexedCatalog
DeveloperDownloadhttp://async.com.br/projects/IndexedCatalog/dist/
Bug TrackingBug Trackinghttp://bugs.async.com.br/enter_bug.cgi?product=IndexedCatalog
GeneralMailing List Info/Archivehttp://www.async.com.br/pipermail/indexedcatalog
GeneralMailing List Subscribehttp://www.async.com.br/mailman/listinfo/indexedcatalog


Software prerequisites




Entry


















"Python (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.