https://github.com/wandora-team/wandora
Wandora is a general purpose information extraction, management and publishing application based on Topic Maps and Java.
https://github.com/wandora-team/wandora
information information-extraction information-systems information-visualization java knowledge knowledge-graph semantic semantic-web topic-extraction topic-map topicmaps wandora
Last synced: 20 days ago
JSON representation
Wandora is a general purpose information extraction, management and publishing application based on Topic Maps and Java.
- Host: GitHub
- URL: https://github.com/wandora-team/wandora
- Owner: wandora-team
- License: gpl-3.0
- Created: 2014-06-30T10:25:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T07:13:29.000Z (about 2 years ago)
- Last Synced: 2024-07-12T20:07:13.827Z (over 1 year ago)
- Topics: information, information-extraction, information-systems, information-visualization, java, knowledge, knowledge-graph, semantic, semantic-web, topic-extraction, topic-map, topicmaps, wandora
- Language: Java
- Homepage:
- Size: 289 MB
- Stars: 126
- Watchers: 18
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- awesome-coding - Wandora · GitHub
- awesome-java - Wandora
README
Wandora
=======
[Wandora](http://wandora.org) is a general purpose information extraction, management
and publishing application based on [Topic Maps](http://en.wikipedia.org/wiki/Topic_Maps)
and [Java](http://en.wikipedia.org/wiki/Java_%28programming_language%29). Wandora suits well for
constructing and maintaining vocabularies, taxonomies and ontologies.
Application areas include linked data, open data, data integration, business
intelligence, digital preservation and data journalism.
Wandora's license is [GNU GPL](http://www.gnu.org/licenses/gpl-3.0.txt).
## Developer Introduction
To compile and run Wandora, a Java JDK 17 or later is required.
Wandora uses Gradle for dependency management and building application packages.
We use Eclipse, preferably Eclipse IDE for Java Developers version 4.27.0.
Wandora was originally developed early 2000. Wandora is now going through a process where we try to modernize many of the underlying technologies and throw away deprecated features. There is no schedule for the next Wandora release yet.
If you wish to look at the old version of Wandora checkout git tag 'master-old'.
### Running Wandora in local development
Either
* Clone Wandora's git repository.
* Open Eclipse project in cloned git repository. Eclipse opens the project as a Gradle project and downloads all dependencies.
* Use Gradle task application/run to run Wandora.
or
* Clone Wandora's git repository.
* Open Eclipse project in cloned git repository. Eclipse opens the project as a Gradle project and downloads all dependencies.
* Build distribution packages using Gradle task build/build.
* Unzip distribution package in build/distributions and run startup script bin/wandora.bat or bin/wandora.sh.
## Old way of installing and using Wandora
[Download](http://wandora.org/www/download),
[install](http://wandora.org/wiki/How_to_install_Wandora) and
[run](http://wandora.org/wiki/Running_Wandora) Wandora on your computer.
Read the [quick start](http://wandora.org/wiki/Quickstart) and
browse the [documentation](http://wandora.org/wiki/Main_Page). We also provide
[screen cast videos](http://wandora.org/tv/) that may help new users.
If you run into any trouble or have questions consult our [forum](http://wandora.org/forum/)
or drop a line.
These instructions will be updated when (new) Wandora is released for the first time.