Git Product home page Git Product logo

test-drive's Introduction

test-drive

Trying out new technologies

Lab setup

Details

  1. Build a Postgres Docker image that creates a user and a database at startup
  2. Populate a table using College Scorecard data from US Government

Development environment setup

  1. Download dotnet core and JDK 11
  2. Download PostgresSQL client
  3. Use the sample Powershell script to set up dotnet core, JDK and Postgres db server access
  • A simple console app
  • An xUnit test project
  • Cake or C# Make: writing code inside cake scripts
  • Single-source feature test
  • A Maven test project targeting JDK 11
  • A simple Postgressql db access Go project
  • A Golang sample project
  • A dotnet core 2.1 sample project
  • A Java project

If you are behind a firewall, these sample projects will fail. I documented my workaround to run tests successfully in local dev environment behind a proxy server.

Apache Airflow: workflow automation and scheduling

Each Workflow, or a DAG, is written in Python code. Each task is still executed by a worker in a separate process, that can be any OS command. It does not run on Windows natively. It can run in a Linux subsystem on Windows.

sqlalchemy: copy identical tables with fewer than 500K records using sqlachemy

A test project that does:

  • use sqlalchemy to generate select and insert queries
  • use batches to improve performance

Check out my blog post about how to deal with big data sets.

Poetry managed package project:

Using poetry to manage dependencies and virtualenv

test-drive's People

Contributors

brunoyin avatar dependabot[bot] 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.