Giter Club home page Giter Club logo

gaia's Introduction

gaia-2.0

Python Version Support Build Status GitHub license codecov Documentation Status

Gaia can help you find AWS logs easily

Install

pip install gaia-finder

Contribute

If someone wants to contribute to Gaia, follow this process

pip install --upgrade setuptools pip
pip install -e .[test,doc]

gaia's People

Contributors

deadlylaid avatar

Stargazers

 avatar

Watchers

 avatar  avatar

gaia's Issues

gen command

gen command must be changed in v2.0.0

  • reflect dir path

download log files in aws s3 bucket

Gaia can download log files in s3 bucket

  • using AWS CLI
  • show more detail comment about raise error
  • time value will used to 'download range'

gaia conf command

gaia_conf.json will print in command line pretty :)

format is (key) -> (value) format

$ gaia conf
path1 -> bucketname/log/file/path
path2 -> bucketname/work/file/path
$

multi directory in one bucket

  • bucket_name : directory is 1:N relation
  • gaia_conf.json format change

{
  "BUCKET_PATH":{
    "Bucket_Name" : {
        "dic_name" : "S3/path",
        "dic_name2" : "S3/path2",
    },
    "Bucket_Name2" : {
        "dic_name3" : "S3/path3",
    }
}
  • expected command fomat
gaia find bucke_name dic_name keyword

Support Version

gaia-finder will change python support version

Drop 3.4
Add 3.7

gaia_conf.json generator

$ gaia gen bucket_name path
  • if gaia_conf.json doesn't exist, create it
  • bucket_name, path generated in gaia_conf.json

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.