-
Notifications
You must be signed in to change notification settings - Fork 7
A simple, fast, extensible way to convert very large ONIX sources with arbitrary data structures into manageable, queryable data. Allows arbitrary XML structures as input, and stores them as Mongo object structures which can then be queried, indexed or serialized as JSON.
Vaporbook/POI-PHP-ONIX-Importer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
POI Dawg \ ______/ V`-, } /~~ /_)^ --,r' |b |b PHP ONIX Importer (c) Book Glutton, Inc. 2009-2011 License: GPL Contact: Aaron Miller <aaron at bookglutton.com> Last Modified: October 4, 2011 REQUIREMENTS Posix-compliant system, Mongo DB, PHP 5.3.5 CLI with mongo, xml, zip and xslt modules Originally used in BookGlutton.com's production ebook import system. Designed to be a simple, fast, extensible way to convert very large ONIX 2.1 sources with arbitrary data structures into manageable, queryable data without a lot of application overhead. FEATURES *Short tags are mapped to human-readable long tags. *ONIX product records are converted into SimpleXMLElements, which can be extended into custom objects. *Allows arbitrary XML structures as input, and stores them as Mongo object structures which can then be queried, indexed or serialized as JSON. TESTED SOURCES This has been tested with Random House's full catalog .ZOT feed (zip compressed ONIX 2.1), with over 218,000 records successfully converted and imported into a MongoDB store. Also tested with Penguin-sourced ONIX, also successful at importing. LOG 2011-10-31 - Added ISBN insert and query via web API. Fixed issue with creation of new records, added test form interface. 2012-3-7 - Added find() method. You can now query like this: $records = $oms->find(array( '$where'=> 'this.Title.TitleText.match(/'. $q . '/) || this.RecordReference.match(/'. $q .'/) || this.ProductIdentifier.IDValue.match(/'. $q .'/)' ) );
About
A simple, fast, extensible way to convert very large ONIX sources with arbitrary data structures into manageable, queryable data. Allows arbitrary XML structures as input, and stores them as Mongo object structures which can then be queried, indexed or serialized as JSON.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published