All Projects → tropy → Tropy

tropy / Tropy

Licence: other
Research photo management

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tropy

Islandora-Metadata-Interest-Group
The purpose of the Islandora Metadata Interest Group (IMIG) is to investigate and provide metadata solutions that help improve metadata creation, maintenance and enhancement in Islandora.
Stars: ✭ 29 (-91.39%)
Mutual labels:  metadata, linked-data, rdf
CSV2RDF
Streaming, transforming, SPARQL-based CSV to RDF converter. Apache license.
Stars: ✭ 48 (-85.76%)
Mutual labels:  linked-data, rdf
YALC
🕸 YALC: Yet Another LOD Cloud (registry of Linked Open Datasets).
Stars: ✭ 14 (-95.85%)
Mutual labels:  linked-data, rdf
sirene-ld
Transformation du répertoire SIRENE (CSV) au format RDF pour publication en Linked Data
Stars: ✭ 31 (-90.8%)
Mutual labels:  linked-data, rdf
titanium-json-ld
A JSON-LD 1.1 Processor & API
Stars: ✭ 79 (-76.56%)
Mutual labels:  linked-data, rdf
rdf2x
RDF2X converts big RDF datasets to the relational database model, CSV, JSON and ElasticSearch.
Stars: ✭ 43 (-87.24%)
Mutual labels:  linked-data, rdf
jsonld-streaming-serializer.js
A fast and lightweight streaming JSON-LD serializer for JavaScript
Stars: ✭ 20 (-94.07%)
Mutual labels:  linked-data, rdf
semagrow
A SPARQL query federator of heterogeneous data sources
Stars: ✭ 27 (-91.99%)
Mutual labels:  linked-data, rdf
awesome-ontology
A curated list of ontology things
Stars: ✭ 73 (-78.34%)
Mutual labels:  linked-data, rdf
rdf-ldp
A suite of LDP software and middleware for RDF.rb & Rack
Stars: ✭ 14 (-95.85%)
Mutual labels:  linked-data, rdf
action-sync-node-meta
GitHub Action that syncs package.json with the repository metadata.
Stars: ✭ 25 (-92.58%)
Mutual labels:  metadata, node-js
pyLDAPI
A very small module to add Linked Data API functionality to a Python Flask installation
Stars: ✭ 28 (-91.69%)
Mutual labels:  linked-data, rdf
twinql
A graph query language for the semantic web
Stars: ✭ 17 (-94.96%)
Mutual labels:  linked-data, rdf
rdfa-streaming-parser.js
A fast and lightweight streaming RDFa parser for JavaScript
Stars: ✭ 15 (-95.55%)
Mutual labels:  linked-data, rdf
LinkedDataHub
The Knowledge Graph notebook. Apache license.
Stars: ✭ 150 (-55.49%)
Mutual labels:  linked-data, rdf
cubiql
CubiQL: A GraphQL service for querying multidimensional Linked Data Cubes
Stars: ✭ 40 (-88.13%)
Mutual labels:  linked-data, rdf
carml
A pretty sweet RML engine, for RDF.
Stars: ✭ 74 (-78.04%)
Mutual labels:  linked-data, rdf
oge
Page metadata as a service
Stars: ✭ 22 (-93.47%)
Mutual labels:  metadata, linked-data
sparql-micro-service
SPARQL micro-services: A lightweight approach to query Web APIs with SPARQL
Stars: ✭ 22 (-93.47%)
Mutual labels:  linked-data, rdf
link-redux
Linked Data Rendering for humans with React
Stars: ✭ 28 (-91.69%)
Mutual labels:  linked-data, rdf

Tropy

Build Status Windows Build Status Coverage Status

Bring order to your research — use the power of Tropy to organize and describe your research photos so you can quickly find your sources whenever you need them.

Visit tropy.org to learn more or follow @tropy on Twitter for important announcements. To get started, download the latest version of Tropy for your platform, check out the user's manual and join the discussion on the forums.

If you are interested to work on Tropy or create your own builds, please find more details below. Happy hacking!

Install from Source

Install the latest version of Node.js (at least the version that ships with the current Electron release) and all requirements needed to use node-gyp on your platform.

Finally, clone this repository and install all of Tropy's dependencies:

# Install native modules first, without building, them. They will
# be patched and linked against Electron by our rebuild script later!
$ npm install sharp sqlite3 --ignore-scripts --no-save --no-package-lock
$ npm install
$ npm run rebuild -- --force

To test that everything is set up correctly, run:

$ npm test

Creating Builds

To create a dev-build for your current platform run npm run build at the root of the repository. This will create a dev-build of Tropy in the dist folder.

Running in Dev-Mode

Alternatively, you can start Tropy in dev-mode directly from the root of the repository, by running npm start.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].