# Miga Data Viewer

> tool by Yaron Koren

**Wikidata**: [Q105838459](https://www.wikidata.org/wiki/Q105838459)  
**Source**: https://4ort.xyz/entity/miga-data-viewer

## Summary
Miga Data Viewer is a tool developed by Yaron Koren for browsing and managing MediaWiki data, released under the GNU General Public License. It was designed to simplify access to wiki data and was funded by the Wikimedia Foundation. The software was active from 2013 to 2019, with its source code publicly available on GitHub.

## Key Facts
- **Creator**: Yaron Koren, an Israeli technology author and programmer since 1998.
- **Inception**: February 11, 2013.
- **First Release**: Version 1.0 on July 19, 2013.
- **Latest Version**: 2.0 (stable) released on July 9, 2014.
- **License**: GNU General Public License, version 3.0.
- **Website**: http://migadv.com/ (active from 2013 to 2019).
- **Source Code**: Hosted on GitHub at https://github.com/yaronkoren/miga.
- **Programming Languages**: PHP and Q2005 (Wikidata's internal language).

## FAQs
### Q: Who created Miga Data Viewer?
A: Miga Data Viewer was created by Yaron Koren, a programmer and technology consultant based in Israel.

### Q: What is Miga Data Viewer used for?
A: It is a tool for browsing and managing data from MediaWiki platforms, such as Wikipedia and Wikidata.

### Q: Is Miga Data Viewer still active?
A: The official website (migadv.com) is no longer active as of 2019, but the source code remains available on GitHub.

## Why It Matters
Miga Data Viewer played a role in simplifying access to MediaWiki data during its active years, particularly for users of Wikipedia and Wikidata. Funded by the Wikimedia Foundation, it addressed the need for user-friendly tools to navigate complex wiki datasets. As an open-source project, it promoted collaboration and transparency in wiki management. Though the website is no longer operational, its development highlighted the importance of accessible data tools in the Wikimedia ecosystem.

## Notable For
- Developed with a Wikimedia Foundation grant, emphasizing its alignment with open knowledge goals.
- Combined web-based and software functionalities, offering both a browser interface and downloadable tools.
- Written in PHP, ensuring compatibility with web environments common in the 2010s.
- Provided early support for Wikidata, a critical component of modern Wikimedia projects.

## Body
### Development History
- **Conception**: Proposed in February 2013 as a project to create a dedicated browser for MediaWiki data.
- **Funding**: Supported by a Wikimedia Foundation grant under the "MediaWiki data browser" initiative.
- **Release**: Version 1.0 launched on July 19, 2013, with updates continuing until 2014.

### Technical Details
- **Programming Languages**: Built using PHP and integrated with Wikidata's query language (Q2005).
- **License**: Released under the GNU General Public License, version 3.0, ensuring free use and modification.
- **Repository**: Source code maintained on GitHub, with the final stable release (2.0) in July 2014.

### Features
- **Web Interface**: Offered a browser-based platform for querying and visualizing MediaWiki data.
- **Data Management**: Enabled users to explore and manipulate wiki datasets without requiring advanced technical skills.
- **Compatibility**: Designed to work with both local wiki installations and online platforms like Wikipedia.

### Legacy
- **Activity Period**: The tool was actively maintained from 2013 to 2019, after which the official website was discontinued.
- **Archival**: The website and documentation are preserved via the Internet Archive (Wayback Machine).

## Schema Markup
```json
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Miga Data Viewer",
  "description": "A tool for browsing and managing MediaWiki data, developed by Yaron Koren.",
  "url": "http://migadv.com/",
  "sameAs": ["https://github.com/yaronkoren/miga"],
  "additionalType": ["Website", "Wikidata tool"],
  "version": "2.0",
  "releaseDate": "2014-07-09",
  "programmingLanguage": ["PHP", "Q2005"],
  "license": "https://spdx.org/licenses/GPL-3.0.html",
  "author": {
    "@type": "Person",
    "name": "Yaron Koren"
  }
}

## References

1. [Source](http://migadv.com/demos/)
2. [Release 2.0. 2014](https://github.com/yaronkoren/miga/releases/tag/2.0)
3. [Source](http://migadv.com/download)