Git Product home page Git Product logo

4dn-submit's Introduction

4DN-submit

Google Apps Script:

Setup:

  • Modify the key pairs to the correct ones.
  • Onetime run: setup() in google script in setup.gs.

workflow

  1. When user open google spreadsheet, the menu is setup automatically through OnOpen() function.
  2. User modify meta data in google spreadsheet.
  3. Click menu to call Get/Post/Patch functions, data is converted into JSON format, and then submit to http server implemented in PHP
  4. Http server filter the meta data according to schemas defined schemas.json, and submit the data to 4DN server.
  5. Http server receive the message from 4DN server, and send back to google spreadsheet

TODO:

  • We should use https instead of http protocol for the communication for http server.
  • Support raw data submission using URL format.
  • Support bz2 by converting bz2 to gz automatically.
  • Discuss the machanism of how to control which fields to submit, comparing re-submitting all fields.

4dn-submit's People

Contributors

bil022 avatar

Watchers

 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.