Coder Social home page Coder Social logo

404报错 about influx-proxy HOT 2 CLOSED

chengshiwen avatar chengshiwen commented on July 25, 2024
404报错

from influx-proxy.

Comments (2)

chengshiwen avatar chengshiwen commented on July 25, 2024 1

http://xxx.xxx.xx.xx:7076 默认并没有代理路径,具体可以查看 HTTP 接口,例如

$ curl -G 'http://127.0.0.1:7076/query?db=mydb' --data-urlencode 'q=SELECT * FROM "mymeas"'

{"results":[{"statement_id":0,"series":[{"name":"mymeas","columns":["time","myfield","mytag1","mytag2"],"values":[["2017-03-01T00:16:18Z",33.1,null,null],["2017-03-01T00:17:18Z",12.4,"12","14"]]}]}]}
$ curl -i -X POST "http://127.0.0.1:7076/write?db=mydb&precision=s" --data-binary 'mymeas,mytag=1 myfield=90 1463683075'

HTTP/1.1 204 No Content
X-Influxdb-Version: 2.5.8
Date: Mon, 24 Aug 2020 19:54:33 GMT

from influx-proxy.

chengshiwen avatar chengshiwen commented on July 25, 2024 1

influxdb cluster 是按照 influxdb enterprise 来编写的,可以参考官方 influxdb enterprise 文档:
https://docs.influxdata.com/enterprise_influxdb/v1.8/concepts/clustering/
influxdb cluster支持高可用集群、更好的扩缩容、所有query语句

InfluxDB Cluster v1.8.10-c1.0.0 正式发布,参考 InfluxDB Enterprise 进行实现, 基于最新代码 InfluxDB v1.8.10 开发,旨在替换 InfluxDB Enterprise

项目地址:https://github.com/chengshiwen/influxdb-cluster

欢迎试用反馈👏🏻

from influx-proxy.

Related Issues (20)

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.