{"id":18637708,"url":"https://github.com/dutchcoders/elasticofs","last_synced_at":"2025-10-12T15:46:42.428Z","repository":{"id":73224454,"uuid":"66090261","full_name":"dutchcoders/elasticofs","owner":"dutchcoders","description":"Browse Elasticsearch like a filesystem.","archived":false,"fork":false,"pushed_at":"2016-08-19T15:06:44.000Z","size":926,"stargazers_count":28,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-30T09:57:44.490Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dutchcoders.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2016-08-19T14:57:52.000Z","updated_at":"2024-08-12T19:24:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"e718592d-f2bd-4400-8f1b-7c56907bbd97","html_url":"https://github.com/dutchcoders/elasticofs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dutchcoders/elasticofs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Felasticofs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Felasticofs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Felasticofs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Felasticofs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutchcoders","download_url":"https://codeload.github.com/dutchcoders/elasticofs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Felasticofs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011861,"owners_count":26085005,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-07T05:37:31.367Z","updated_at":"2025-10-12T15:46:42.422Z","avatar_url":"https://github.com/dutchcoders.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ElasticoFS\nElasticoFS is a fuse driver for Elasticsearch clusters. Currently the most basic options are working, retrieving cluster and node status.\n\nNavigating through Elasticsearch is now as easy as through your /proc file system. Tab completion, grepping and lessing are all completely working.\n\n## Samples\n\n```\n$ cat /elasticsearch/_cluster/health \n{\"cluster_name\":\"elasticsearch_remco\",\"status\":\"yellow\",\"timed_out\":false,\"number_of_nodes\":1,\"number_of_data_nodes\":1,\"active_primary_shards\":41,\"active_shards\":41,\"relocating_shards\":0,\"initializing_shards\":0,\"unassigned_shards\":41,\"delayed_unassigned_shards\":0,\"number_of_pending_tasks\":0,\"number_of_in_flight_fetch\":0,\"task_max_waiting_in_queue_millis\":0,\"active_shards_percent_as_number\":50.0}cat: e: No such file or directory\n```\n\n```\n$ cat /elasticsearch/_cat/nodes\n172.16.84.1 172.16.84.1 10 99 2.41 d * Dead Girl\n```\n\n```\n$ cat /elasticsearch/darksearch/_mapping |json_pp |less\n```\n\n```\n$ cat /elasticsearch/_stats |grep -o -E \\\"total\\\":[0-9]+\n```\n\n```\n$ find /elasticsearch/\n/elasticsearch/\n/elasticsearch/_stats\n/elasticsearch/_field_stats\n/elasticsearch/_cluster\n/elasticsearch/_cluster/health\n/elasticsearch/_cluster/stats\n/elasticsearch/_cluster/settings\n/elasticsearch/_cluster/pending_tasks\n/elasticsearch/_cat\n/elasticsearch/_cat/count\n/elasticsearch/_cat/master\n/elasticsearch/_cat/nodes\n/elasticsearch/_cat/plugins\n/elasticsearch/_cat/repositories\n/elasticsearch/_cat/tasks\n/elasticsearch/_cat/aliases\n/elasticsearch/_cat/allocation\n/elasticsearch/_cat/health\n/elasticsearch/_nodes\n/elasticsearch/_nodes/stats\n/elasticsearch/_nodes/dr-bSDj2Qgq82-9-wXyFSw\n/elasticsearch/_nodes/dr-bSDj2Qgq82-9-wXyFSw/stats\n/elasticsearch/index1\n/elasticsearch/index1/_field_stats\n/elasticsearch/index1/_mapping\n/elasticsearch/index1/_stats\n/elasticsearch/index1/type1\n/elasticsearch/index1/type1/_mapping\n```\n\n## Build\n\n```\n$ go get github.com/dutchcoders/elasticofs\n$ go build -o /usr/bin/elasticofs\n```\n\n## Installation\n\n```\n$ ln -s /usr/bin/elasticofs /usr/sbin/mount.elasticofs\n```\n\n## Mount\n\n```\n$ mount -t elasticofs -o gid=0,uid=0 http://127.0.0.1:9000/ /elasticsearch\n```\n\n## Unmount\n\n```\n$ umount /elasticsearch\n```\n\n## Options\n\n* **GID**: The default gid to assign for files from storage.\n* **UID**: The default gid to assign for files from storage.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Felasticofs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutchcoders%2Felasticofs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Felasticofs/lists"}