Code Monkey home page Code Monkey logo

bigtable-front's Introduction

Bigtable-front

Motivation

The standard Google cbt utility is not always convenient for viewing and editing binary data. Unlike cbt, bigtable-front has a GUI written in PyQt. Plus, the application deals with the YAML Schema that describes column families, possible columns, and how to treat the values.

Installing Dependencies and Supported Versions

Supported Python version 3.6.1+

$ python3 -m pip install -r requirements.txt

How to Use

Assuming raw data

row_key1
  cf:string_data
    "test"
  cf:int_data
    "\x00\x00\x059"
  cf:long_data
    "\x00\x00\x00\x00\x11\xdexJ"

The following YAML Schema should be created and set to the application:

---

cf:
  string_data:
    type: String
  int_data:
    type: JavaInteger
  long_data:
    type: JavaLong

After loading the schema, the application looks up data by row_key and deserializes it according to the schema. This way, new records can be created and existing records can be edited.

application window

bigtable-front's People

Contributors

hextriclosan avatar

Stargazers

 avatar  avatar

Watchers

 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.