Giter Site home page Giter Site logo

squeezerio / squeezer Goto Github PK

View Code? Open in Web Editor NEW
3.2K 69.0 157.0 4.85 MB

Squeezer Framework - Build serverless dApps

Home Page: https://Squeezer.IO

License: MIT License

JavaScript 48.22% CSS 19.66% HTML 32.12%
blockchain dapps dapp serverless squeezer ethereum bitcoin

squeezer's People

Contributors

gitter-badger avatar nickchisiu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

squeezer's Issues

Add Python language support

Feature Request:

Add Python language support

Acceptance Criteria:
  • create python functions on local machine
  • deploy python functions on cloud
Benefits:
  • Bring the Python awesome developers community in

Add PHP language support

Feature Request:

Add PHP language support

Acceptance Criteria:
  • create PHP functions on local machine
  • deploy PHP functions on cloud
Benefits:
  • Bring the PHP awesome developers community in

Add Ethereum address to FUNDING.yml

I'd like to see an Ethereum address added to the custom property of the FUNDING.yml file for GitHub Sponsors. This would allow a canonical address to send funds to. For example, I'm building a project that allows developers to setup one recurring donation that is split between all of their dependencies with an Ethereum address: https://sustainus.io

Cannot find module 'aws-sdk'

Bug Report Template -----------------------------------------------

Squeezer Framework Version information ( squeezer-cli version ) :
  • Squeezer CLI version: v1.1.21
  • Node version: v9.2.1
  • OS platform: linux | arch
Expected Behavior:

Compile

Actual Behavior:
Error: Cannot find module 'aws-sdk/clients/CloudFormation'

Have aws-sdk installed.

Log here: https://linx.li/mv4a66qv.txt

Add GoLang language support

Feature Request:

Add GoLang language support

Acceptance Criteria:
  • create GoLang functions on local machine
  • deploy GoLang functions on cloud
Benefits:
  • Bring the GoLang awesome developers community in

Add Google Cloud provider support

Feature Request:

Add Google Cloud cloud provider support

Acceptance Criteria:

Implement Google Cloud as a provider when importing a project

Benefits:

Expand the deploy capabilities for larger adoption

Add sourcemap for webpack

Feature Request:

When functions are compiled locally & deployed to the cloud is hard to debug because of the missing sourcemap implementation

Expected behaviour:

See the exact line where error occured

Azure Functions provider

Feature Request:

https://azure.microsoft.com/en-us/services/functions/

Acceptance criteria :

Add Java language support

Feature Request:

Add Java language support

Acceptance Criteria:
  • create Java functions on local machine
  • deploy Java functions on cloud
Benefits:
  • Bring the Java awesome developers community in

Add integration tests

Feature Request:

add integration tests

Benefits:
  • maintain framework sanity
  • test new added templates

Add OVH cloud provider support

Feature Request:

Add OVH cloud provider support

Acceptance Criteria:

Implement OVH as a provider when importing a project

Benefits:

Expand the deploy capabilities for larger adoption

update

Bug Report Template -----------------------------------------------

Squeezer Framework Version information ( squeezer-cli version ) :
  • Squeezer CLI version: x.x.x
  • Node version: x.x.x
  • Operating system: x.x.x
Expected Behavior:
Actual Behavior:

Feature Request Template ------------------------------------------

Feature Request:
Acceptance Criteria:
Benefits:
  • Benefit 1...
  • Benefit 2...

Add unit tests

Feature Request:

Add stability on framework version iteration

Acceptance Criteria:

Methods on all plugins and libraries should get unit tests

Squeeze-cli - sqz serve (livereload module dependency is missing)

Bug Report Template -----------------------------------------------

Squeezer Framework Version information ( squeezer-cli version ) :
  • Squeezer CLI version: v1.1.14
  • Node version: v6.11.5
  • OS platform: darwin
Expected Behavior:

$ sqz serve
start the server

Actual Behavior:

Error: Cannot find module 'livereload'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (/usr/local/lib/node_modules/squeezer-cli/lib/plugins/serve/lib/express/livereload.js:3:27)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (/usr/local/lib/node_modules/squeezer-cli/lib/plugins/serve/lib/express/index.js:13:27)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)

I think this module must be added in sqz dependencies

sqz cli commands throw error message

Bug Report Template -----------------------------------------------

Squeezer Framework Version information ( squeezer-cli version ) :
  • Squeezer CLI version: 1.1.14
  • Node version: 6.11.0
  • Operating system: Windows 10 Pro, version 1703, OS Build 15063.413
Expected Behavior:

I expect that the commands in the cli should execute without any problems, i.e: "sqz create --project my-first-project --template aws-api-nodejs --email [email protected]" should create a new project with the name "my-first-project" based on the AWS generic API Hello World template.

Actual Behavior:

All sqz commands throw the same error message in the cli. The error message can be seen below:

module.js:471
throw err;
^
Error: Cannot find module 'C:\Users\Bogdan\AppData\Roaming\npm\node_modules\squeezer-cli\bin/lib/common/cli/error'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (C:\Users\Bogdan\AppData\Roaming\npm\node_modules\squeezer-cli\bin\bin.js:10:13)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)

Add IBM OpenWhisk provider support

Feature Request:

Add IBM OpenWhisk cloud provider support

Acceptance Criteria:

Implement IBM OpenWhisk as a provider when importing a project

Benefits:

Expand the deploy capabilities for larger adoption

Add Azure cloud provider support

Feature Request:

Add Azure cloud provider support

Acceptance Criteria:

Implement Azure as a provider when importing a project

Benefits:

Expand the deploy capabilities for larger adoption

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.