Giter Site home page Giter Site logo

query-solar-database's People

Contributors

ahmetkucuk avatar berkay-aydin avatar jookimmy avatar kqian5 avatar

Stargazers

 avatar  avatar  avatar Andre Kenneth Chase Randall avatar

Watchers

James Cloos avatar  avatar Andre Kenneth Chase Randall avatar Shah Muhammad Hamdi avatar  avatar  avatar  avatar  avatar

Forkers

kqian5

query-solar-database's Issues

Validation of HEK Data

We need to validate each event record downloaded from HEK. Looking at Mike's Dataset paper and LSDO (see http://lsdo.dmlab.cs.gsu.edu/ some data quality check can be found here: https://github.com/ahmetkucuk/lsdo-generator), If we receive any bad event record (that could be bad reporting module, bad polygon etc.) we should not save it into database.

@berkay-aydin Do you mind elaborating this task by specifying exact requirements for us to run tracking algorithm without having problem with data?

Create ISD Web Container

This project should be another container inside pipeline: https://github.com/ahmetkucuk/IntegratedSolarDatabase

Before starting creating container, you need to first run IntegratedSolarDatabase in your local and connect it to our remote database. See README for running it locally: https://github.com/ahmetkucuk/IntegratedSolarDatabase/tree/hamdi

Before you run it (bee run), I will send you a app.conf file that has credentials to our database in GSU servers. You need to add this file under /conf file (we cannot push it to github bec. One can connect to our servers). Example: https://github.com/ahmetkucuk/IntegratedSolarDatabase/tree/hamdi/conf

  1. Create folder named isd under ./deploy
  2. Create a Dockerfile
  3. Inside Dockerfile, you need to do following.
  • Get golang image and install beego framwork:
FROM golang:1.8

# Install beego & bee
RUN go get github.com/astaxie/beego
RUN go get github.com/beego/bee
  • Copy IntegratedSolarDatabase into appropriate folder and run beego:
cd ./CORRECT_DIR

RUN git clone https://github.com/ahmetkucuk/IntegratedSolarDatabase.git

bee run
  1. Once you finished, you will need to write new ./conf/app.conf, so that it connects to locally running postgresql container instead of remote server or any other database. Note that, it will not able to find stored procedure on locally running postgresql bec. we are not automatically adding stored procedure. I will create another task that needs to be done before this.

See tutorial about how to create beego image for more detail: https://github.com/lei-cao/beego-in-action/blob/master/en/beego-in-docker.md

I will try to add more detail but it would be better if you ask questions so that I know what you are missing. This is quite big task, don't panic.

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.