{"id":15767336,"url":"https://github.com/lmangani/rust-flux-parser-js","last_synced_at":"2026-05-06T04:07:02.399Z","repository":{"id":145716687,"uuid":"478216264","full_name":"lmangani/rust-flux-parser-js","owner":"lmangani","description":"wasm flux js parser","archived":false,"fork":false,"pushed_at":"2022-04-05T17:30:44.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-04T13:22:01.692Z","etag":null,"topics":["flux","influxdata","js","nodejs","parser","rust","wasm"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lmangani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["lmangani"]}},"created_at":"2022-04-05T16:39:45.000Z","updated_at":"2022-04-25T07:26:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b428d33-0661-4afe-abbf-7889dad72a97","html_url":"https://github.com/lmangani/rust-flux-parser-js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Frust-flux-parser-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Frust-flux-parser-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Frust-flux-parser-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Frust-flux-parser-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmangani","download_url":"https://codeload.github.com/lmangani/rust-flux-parser-js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246458000,"owners_count":20780677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flux","influxdata","js","nodejs","parser","rust","wasm"],"created_at":"2024-10-04T13:21:43.144Z","updated_at":"2026-05-06T04:07:02.387Z","avatar_url":"https://github.com/lmangani.png","language":"Rust","funding_links":["https://github.com/sponsors/lmangani"],"categories":[],"sub_categories":[],"readme":"# 〰️ wasmy flux js parser\nJS Flux parser in Rust\n\n### 🥇 Install\n```bash\nnpm install @qxip/wasmy_flux\n```\n\n### Functions\n- `get_tree` to parse to AST tree\n- `get_syntax_error` to check for parsing error\n\n\n### 🥈 Use\n```javascript\nconst { get_syntax_error, get_tree } = require(\"@qxip/wasmy_flux\");\n\nconst source = 'from(bucket:\"telegraf/aaa\") |\u003e limit(limit:100, offset:10)';\n\nif (get_syntax_error(source) == \"\" ){\n        console.log(get_tree(source));\n} else { console.log(err) }\n```\n\n#### Credits\nBased on [wasmy_rust](https://github.com/chnn/wasmy-flux)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmangani%2Frust-flux-parser-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmangani%2Frust-flux-parser-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmangani%2Frust-flux-parser-js/lists"}