Giter Site home page Giter Site logo

code360in's Projects

py icon py

Repository to store sample python programs for python learning

pyspark icon pyspark

Repository for Spark using Python material. It is popularly known as PySpark.

pyspark-learning icon pyspark-learning

PySpark 机器学习、自然语言处理与推荐系统配套代码(Pramod Singh著,蒲成译)

pyspark-tutorial-1 icon pyspark-tutorial-1

A learning journey into the Python API of Apache Spark from an ETL-developer perspective

python-1 icon python-1

Professional projects and academic progress with Python and Spark in Python

python-2 icon python-2

Заметки по языку программирования Python

rest-api-checkpoint icon rest-api-checkpoint

Objective In this checkpoint, you will be performing a series of guided instructions to create a REST API by manipulating your database with mongoose. PS: don't forget to comment on your code before submitting it. Instructions Start a new Node JS project with ‘ npm init ‘ Install the mongoose and express and .env Configure the environment variables with .env Lunch a server with express in the server.js file Connect your database locally or with mongo atlas The Folder structure should be like this : config/ .env Server.js 7. Create a models folder and a User.js file in it 8. In User.js you must define a mongoose Schema and export the model , you will use it in the server.js 9. The Folder structure should be like this : config/ .env models/User.js Server.js 10. In the server.js create four routes : GET : RETURN ALL USERS POST : ADD A NEW USER TO THE DATABASE PUT : EDIT A USER BY ID DELETE : REMOVE A USER BY ID NB : in each callback function you will use mongoose methods to manipulate your data and return it in the response 11. Use postman to test each route.

sagemaker-spark-container icon sagemaker-spark-container

The SageMaker Spark Container is a Docker image used to run data processing workloads with the Spark framework on Amazon SageMaker.

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.