2017 © Pedro Peláez
 

symfony-bundle datanova-bundle

LaPoste DataNOVA OpenData API client and proxy

image

florianajir/datanova-bundle

LaPoste DataNOVA OpenData API client and proxy

  • Saturday, April 16, 2016
  • by florianajir
  • Repository
  • 3 Watchers
  • 1 Stars
  • 1,182 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 14 Versions
  • 29 % Grown

The README.md

LaPoste DataNOVA-bundle

Build Status Code Coverage Scrutinizer Code Quality, (*1)

Packagist Packagist GitHub license, (*2)

LaPoste DataNOVA (open-data API) client and proxy Symfony bundle., (*3)

Fetch and/or search in datasets from LaPoste DataNOVA., (*4)

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*5)

$ composer require florianajir/datanova-bundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*6)

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the src/config/bundles.php file of your project:, (*7)

<?php
// src/config/bundles.php
return [
    // ...
    Fmaj\LaposteDatanovaBundle\FmajLaposteDatanovaBundle::class => ['all' => true],
    // ...
];

Step 3: Using API proxy

To use the bundle proxy API, import the bundle routing file in the src/config/routing.yml file of your project:, (*8)

data_nova:
    resource: "@FmajLaposteDatanovaBundle/Resources/config/routing.yml"
    prefix:   /datanova

Step 4: Enjoy!

Search records

/records/search/{dataset}/{query}/{sort}/{rows}/{start} 

Example: http://{localhost}/datanova/records/search/laposte_hexasmal/code_postal:34000/nom_de_la_commune Example: http://{localhost}/datanova/records/search/laposte_hexasmal/paris/code_postal/10/10, (*9)

Download records

/records/download/{dataset}.{_format}/{query} 

Example: http://{localhost}/datanova/records/download/laposte_hexasmal.json Example: http://{localhost}/datanova/records/download/laposte_hexasmal.csv/974, (*10)

Download dataset (server cache)

To improve search performances, use the data_nova:download:dataset command to cache dataset for better web search performances. More details in dataset download command documentation., (*11)

# /bin/bash
php bin/console datanova:download:dataset -h
Usage:
  datanova:download:dataset [options] [--] <dataset> [<format>] [<q>]

Arguments:
  dataset               Which dataset to download?
  format                Data file format : CSV (default), JSON [default: "CSV"]
  q                     query filter, by default all results will be download

Options:
  -f, --force-replace   If set, the command will replace local storage

Example: php bin/console datanova:download:dataset laposte_hexasmal json -f, (*12)

The Versions

25/03 2016
09/03 2016

v0.2.4

0.2.4.0

LaPoste DataNOVA OpenData API client and proxy

  Sources   Download

MIT

The Requires

 

The Development Requires

09/03 2016

v0.2.3

0.2.3.0

LaPoste DataNOVA OpenData API client and proxy

  Sources   Download

MIT

The Requires

 

The Development Requires

08/03 2016

v0.2.1

0.2.1.0

LaPoste DataNOVA OpenData API client and proxy

  Sources   Download

MIT

The Requires

 

The Development Requires

08/03 2016

v0.2.2

0.2.2.0

LaPoste DataNOVA OpenData API client and proxy

  Sources   Download

MIT

The Requires

 

The Development Requires

07/03 2016

v0.1

0.1.0.0

LaPoste DataNOVA OpenData API client and proxy

  Sources   Download

MIT

The Requires

 

The Development Requires