Difference between revisions of "Zimwriterdb"

Jump to navigation Jump to search
5 bytes added ,  10:00, 14 December 2020
Deprecated tool
(Deprecated tool)
Line 1: Line 1:
The '''zimwriterdb''' is a tool coded in C++ to create zim files. The articles for the files are read from a postgresql database. The schema for the database is [https://gerrit.wikimedia.org/r/gitweb?p=openzim.git;a=blob;f=zimwriter/db/zim-postgresql.sql;h=02e7bfe4d30f4d8abefeb374d1ff4f18d07f6a5c;hb=HEAD documented in the zimwriter source]. The current implementation has a abstraction for the data source, so that it will be possible to implement other data sources (as a replacement to the database) e.g. the file system.
''This tool (and page) is not maintained anymore.''
 
The '''zimwriterdb''' is a tool coded in C++ to create zim files. The articles for the files are read from a postgresql database. The schema for the database is [https://github.com/openzim/zimwriterdb/blob/master/db/zim-postgresql.sql in the zimwriterdb source]. The current implementation has an abstraction for the data source, so that it will be possible to implement other data sources (as a replacement to the database) e.g. the file system.


== Fulltext search index ==
== Fulltext search index ==
Line 15: Line 17:


== See also ==
== See also ==
* [[Git|Get the source code]]
* [[https://github.com/openzim/zimwriterdb|Code repository]]
* [[Build_your_ZIM_file#buildZimFileFromDirectory.pl|buildZimFileFromDirectory.pl]], a tool able to fill the database
* [[Build_your_ZIM_file#buildZimFileFromDirectory.pl|buildZimFileFromDirectory.pl]], a tool able to fill the database
* [[zimlib]]
* [[zimlib]]
* [[zimdump]]
* [[zimdump]]

Navigation menu