
Co-Founder and CEO at QXIP, makers of HOMER, HEPIC, QRYN and contributors to many other OSS projects in the monitoring and observability space
Search for a command to run...

Co-Founder and CEO at QXIP, makers of HOMER, HEPIC, QRYN and contributors to many other OSS projects in the monitoring and observability space
You're about to create your very own serverless, storage persistent URL Engine table - fast, free and always accessible from anywhere. Since there are no logins or signups, all data is hidden in public. The only protection is your own secret URL path.
We will use the Flux HTTP Client to query data to/from our service.
Let's go through our examlpe using FluxPipe
Replace
mY5uPeRs3Cre7tok3Nwith your Token and clickRun
Here is the full Flux script for reference
import "experimental/http/requests"
import ejson "experimental/json"
import "json"
import "array"
urleng = "https://urleng.com/mY5uPeRs3Cre7tok3N"
store =
requests.post(
url: urleng,
body: json.encode(v: [{"key":"flux","value":100}]),
headers: ["Content-Type": "application/json"],
)
response =
requests.get(
url: urleng
)
data = ejson.parse(data: response.body)
array.from(rows: data)
We can perform the same actions using curl or any other HTTP GET/POST client.
curl -s -XPOST https://urleng.com/mY5uPeRs3Cre7tok3N-H 'Content-Type:application/x-ndjson' --data-binary @ndjson.txt
curl -X POST https://url-engine.metrico.in/mY5uPeRs3Cre7tok3N-H 'Content-Type: application/json' -d '[{"key":"curl","value":1}]'
curl -X GET https://urleng.com/mY5uPeRs3Cre7tok3N
Enjoy your free, bottomless URL table! Use it to share small datasets, states, k/vs and anything you can think of between your nodes as if they were a distributed cluster.
💬 Found a problem? Got some feedback or ideas?
Please open an Issue or start a Discussion in our community
🟨🟨🟨
🟨🟨🟨
🟥🟨🟨