Code Monkey home page Code Monkey logo

aws-sg-mngr's People

Contributors

mgeiger avatar mkazin avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

aws-sg-mngr's Issues

Populate /docs/

The project has been imported to ReadTheDocs.io, but there's only boilerplate under the /docs/ folder.
A documentation badge will appear on README.md soon.

Your task: transfer the text available in README.md over to the documentation, and expand as appropriate.

(Note: Automatic building of the actual API documentation is a separate task.)

Sqlite support

Start with a simple Sqlite database implementation. Why?

  • This server is assumed to on a non-shared instance behind the firewall. It can use a local database file without authentication.
  • No need to support concurrency, consistency (i.e. transactions) for current expected use cases.
  • Minimal footprint

Steps:

  • Convert current DB to a schema
  • Part of the setup process should instantiate a DB with the schema (Q: do we test for sqlite being installed as a requirement?)

Allow Security Groups authorization of Security Groups

Currently, only CIDRs are implemented in the API.
AWS allows for other security groups to appear as well.
This project should support that.

Additional features will likely result from this in client, server, storage...

API lockdown

  • Review API design for completeness, accuracy
  • Integrate auto-generation of Swagger documentation
  • Deploy documentation to a public API site (Mashape?) (Q: can/should this be automatically done as part of the build process in Travis?)

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.