GithubHelp home page GithubHelp logo

php-lib's People

Contributors

alisoncallahan avatar amarillion avatar ansell avatar dklassen avatar jctoledo avatar juancifuentes avatar manuels avatar micheldumontier avatar theoryno3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

php-lib's Issues

provenance - source download date

Need to add the date at which the data files were downloaded.

this will probably cause a level of indirection in the provenance generation from

bio2rdf-dataset-version <-> dataset

to

bio2rdf-dataset-version <-> dataset-version <-> dataset

Load namespaces out of an RDF file

There is a list of namespaces in bio2rdf-webapp that could be used to maintain the information that is currently hardcoded in ns.php.

See the files in the following directory for examples:

https://github.com/bio2rdf/bio2rdf-webapp/tree/develop/src/main/resources/config/namespaces

The schema for these namespace entries is currently generated from java files in queryall, including:

https://github.com/queryall/queryall/blob/develop/queryall-api/src/main/java/org/queryall/api/namespace/NamespaceEntrySchema.java

https://github.com/queryall/queryall/blob/develop/queryall-api/src/main/java/org/queryall/api/namespace/ValidatingNamespaceEntrySchema.java

https://github.com/queryall/queryall/blob/develop/queryall-api/src/main/java/org/queryall/api/namespace/RegexValidatingNamespaceEntrySchema.java

The namespace entry schema may need additions to match the information in ns.php, but in the end it will be easier to maintain these lists in RDF rather than inside of PHP.

no application.php

I'm using this lib from one of the bio2rdf scripts and I've got an error for PHP not being able to find "application.php". Copying the file from the previous commit (it was deleted in the last one) it worked. May be the file was deleted by mistake?

Configurable directory paths

php-lib needs to offer a configurable directory paths option to remove the need for patches like the following in issue bio2rdf-scripts#150 https://github.com/bio2rdf/bio2rdf-scripts/pull/150.patch :

  •   $this->AddParameter('indir',false,null,'/media/twotb/bio2rdf/data/homologene','directory to download files');
    
  •   $this->AddParameter('outdir',false,null,'/media/twotb/bio2rdf/n3/gene/','directory to place rdfized files');
    
  •   $this->AddParameter('indir',false,null,'/data/download/homologene','directory to download files');
    
  •   $this->AddParameter('outdir',false,null,'/data/rdf/homologene/','directory to place rdfized files');
    

bio2rdf api

abstract more of the common command line options
refactor content out of rdfapi.php
interface with the new registry
offer a simpler set of api calls (describe, triplify)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.