Giter Site home page Giter Site logo

bonitoo-io / flux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from influxdata/flux

0.0 0.0 0.0 73.38 MB

Flux is a lightweight scripting language for querying databases (like InfluxDB) and working with data. It's part of InfluxDB 1.7 and 2.0, but can be run independently of those.

Home Page: https://influxdata.com

License: MIT License

Makefile 0.05% Go 36.56% Shell 0.14% Ragel 1.00% FLUX 35.97% Rust 26.17% C 0.08% HTML 0.03% Python 0.01% Dockerfile 0.01%

flux's People

Contributors

aanthony1243 avatar adamperlin avatar adrian-thurston avatar affo avatar alespour avatar barweiner1 avatar bolladeen avatar bthesorceror avatar chitlangesahas avatar dependabot[bot] avatar docmerlin avatar ewendai avatar fchikwekwe avatar jpacik avatar jsternberg avatar justsomecarbon avatar mark-rushakoff avatar nathanielc avatar onelson avatar pierwill avatar rockstar avatar roshie548 avatar sanderson avatar sauren-khosla avatar scbrickley avatar skartikey avatar sranka avatar stuartcarnie avatar yuktarakesh avatar yzhang1991 avatar

Watchers

 avatar

flux's Issues

live DBs tests for sql package

AWS machine ("Flux DBs") with

Tests against

  • MySQL
  • PostgreSQL
  • SQLServer (standalone)
  • SQLServer (Azure)
  • AWS Athena
  • BigQuery
  • SAP Hana

improve sql package test coverage

Improve code coverage by using datasets with type info in tests. PR #231 merged to master. Now waiting for release.

2020-08-17: DATA-DOG/go-sqlmock 1.5.0 with column metadata released

I guess it is better we wait for at least influxdata#3116 PR merged (influxdata#3098 would be nice too), and then update parsing tests for all DBs in single PR.

fix and improve `sql` package

Branch: https://github.com/bonitoo-io/flux/tree/fix/sql-misc

Bugs:

  • Snowflake: translationFunc - missing outgoing TUint mapping
  • Snowflake: InitColumnTypes - only when scale == 0 then integer can be assumed
  • MySQL: translationFunc: TUint should map to BIGINT UNSIGNED
  • all: translationFunc: unsupported type error whould be reported with codes.Invalid instead of codes.Internal

Refactor:

  • mysql, postgres, sqlite - map should be outside of translationFunc and not use String() just like in recently added db supports
  • to.go: CreateInsertComponents() - getTranslationFunc() called in loop, label map not used anywhere

Enhancements:

  • Azure: use new public API to get tokens, at least for MSI token
    • go.mod NOTE There already is a pending PR #3172 for Azure dep update
      • autorest: v0.11.4
      • adal: v0.9.2

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.