I was looking for a database which can help me in getting a list of all the categories a page belongs to, or all the pages present in a category. It is not there is the page enwiki-latest-page.sql databse and I am trying to avoid using the 42 GB xml dump. Is there some database available online which can help me in this regard?
wikipedia page to category mapping database
151 Views Asked by Bhavya Agarwal At
1
There are 1 best solutions below
Related Questions in MEDIAWIKI
- How does Composer know what MediaWiki extensions to load?
- Image thumbnail creation error in MediaWiki on Windows IIS7 with php
- How to get image URLs in different pages using a single WIKI api call?
- Apache - Configuring mod_auth_sspi.so
- Wikipedia NewPP limit report Parsed by mw1079
- How to get image URL in wiki api?
- How can I recover MediaWiki pages from an old MAMP install?
- Pretty URLs aren't working after upgrade to Mediawiki 1.24.2
- Upgrade Semantic Bundle/SMW 1.9 to SMW 2.2
- Variable to reference TOC numbers in MediaWiki
- How do i write my own pre-save transform?
- Mediawiki search by infobox property
- MediaWiki WikiEditor Toolbar Height Size 100%
- How to get data from mediawiki api using Angularjs?
- MediaWiki footer viewcount
Related Questions in WIKIPEDIA
- Use a wikimedia image on my website
- How to retrieve all wikipedia Infobox templates
- Connection timed out only for wikmedia api on server but works on local
- How to get data from mediawiki api using Angularjs?
- Beautiful Soup with wikipedia
- wikipedia extraction with Beautiful Soup
- Cleaning text with beautiful soup
- Popularity of each wikipedia article
- How to parse information from a given Wikipedia article
- How to map between Freebase and Wikipedia?
- Wikipedia Dump into MySQL database - only a part of database
- Perform Fuzzy Search on Wikipedia
- Wikipedia Mediawiki API get URL in query
- Java: Display unicode chars as chars when printing string
- Scraping with BeautifulSoup for text -- NoneType error
Related Questions in WIKIMEDIA-DUMPS
- Use a wikimedia image on my website
- Empty list returned from ElementTree findall
- Understanding wikimedia dumps
- Reading XML file tags
- How to improve the performance when working with wikipedia data and huge no. of webpages?
- Where can we get Wikipedia dumps for each year from 2010?
- Extracting specific articles and their talk pages from a Wikipedia dump
- Select rows based on information stored in separate table
- Parsing a Wikipedia dump
- JWPL exception in accessing Wikipedia
- Process wiki dumps using gwtwiki "Usage: Parser <XML-FILE>" Error
- wikipedia page to category mapping database
- python extract words from xml
- Getting Wikidata incremental triples
- Lucene Wikipedia Dump
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The
pagedump contains information from thepagetable. The information you're looking for is in thecategorylinkstable, so you will also need thecategorylinksdump.