Git Product home page Git Product logo

counter_registry_list's Introduction

Harvest the Project COUNTER Registry

Credit and thanks to Melissa Belvadi.
This is forked from https://github.com/mbelvadi/counter_registry_list

Main changes from upstream

  • break script into modules
  • centralize parameters in params.py
  • return csv file with requested sushi data per vendor/platform

Project Organization

├── LICENSE
├── README.md
├── data
│   ├── sushi_entries.csv  
├── get_sushi_data.py       <- function to get sushi instance data for platform
├── get_vendorids.py        <- function to get list of vendor/platform ids  
├── log
│   └── registry_log.log
├── main.py
├── params.py               <- change defaults (output file name, sushi data requested, etc.)  
├── requirements.txt

About Project COUNTER Registry

The Project COUNTER Registry contains information about vendors/platforms/providers that are compliant with the Code of Practice Release 5 standard for online resource (ebooks, ejournals, etc.) usage.

The Registry includes information about the platform/provider including contact information, what COP5 (or COP4) reports they support, and all of the specifics regarding how they support COP5 SUSHI API requests for usage reports, basically everything except an institution's own required credentials (customer_id plus optionally requestor_id and api_key) and other constraints on using their SUSHI API server (eg if they also require the request to come from the customer's IP range, if they have volume or speed limits on server requests, etc.)

API Root:

https://registry.projectcounter.org/api/v1/

Platform list:

https://registry.projectcounter.org/api/v1/platform/

Example of platform instance:

https://registry.projectcounter.org/api/v1/platform/60d34416-9666-4b09-8d58-220ffc04901e/

The SUSHI API documentation:

https://www.projectcounter.org/counter-sushi/

counter_registry_list's People

Contributors

jnvickery avatar mbelvadi2 avatar mbelvadi avatar

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.