Giter Club home page Giter Club logo

symfonymongodb's Introduction

nasa

Before you start

you can extend composer.json / add own libraries
try to follow SOLID and DRY concepts

Main objectives:

Create a new Bundle "NasaBundle" within the namespace "Neo"

Create a default controller with a method helloAction
    under Nasa namespace
    for route /
    with a proper json return {"hello":"world!"}

Use the api.nasa.gov
    the API-KEY is N7LkblDsc5aen05FJqBQ8wU4qSdmsftwJagVK7UD
    documentation: https://api.nasa.gov/neo/?api_key=N7LkblDsc5aen05FJqBQ8wU4qSdmsftwJagVK7UD

Write a command
    to request the data from the last 3 days from nasa api
    response contains count of NEOs
    persist the values in your DB (mongoDB)
    Define the document as follows:
        date
        reference (neo_reference_id)
        name
        speed (kilometers_per_hour)
        is hazardous (is_potentially_hazardous_asteroid)

Create a route /neo/hazardous
    display all DB documents which contain potentially hazardous asteroids
    format JSON

Create a route /neo/fastest
    display a DB document data with the fastest asteroid
    format JSON

symfonymongodb's People

Contributors

dhirajpatra avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  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.