{"id":18557571,"url":"https://github.com/brenns10/dpath","last_synced_at":"2025-05-15T14:11:07.445Z","repository":{"id":82763122,"uuid":"73235064","full_name":"brenns10/dpath","owner":"brenns10","description":"EECS 433 Project - Directory Querying using XPath","archived":false,"fork":false,"pushed_at":"2017-01-03T05:31:27.000Z","size":146,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-13T05:11:57.963Z","etag":null,"topics":["dpath","file-system","go","xpath"],"latest_commit_sha":null,"homepage":null,"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/brenns10.png","metadata":{"files":{"readme":"README.EECS433.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-11-08T23:05:12.000Z","updated_at":"2023-08-30T03:45:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"8fef1c2f-0a77-40b1-a4c6-a61c49a5e2c2","html_url":"https://github.com/brenns10/dpath","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/brenns10%2Fdpath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brenns10%2Fdpath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brenns10%2Fdpath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brenns10%2Fdpath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brenns10","download_url":"https://codeload.github.com/brenns10/dpath/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355410,"owners_count":22057356,"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":["dpath","file-system","go","xpath"],"created_at":"2024-11-06T21:37:27.869Z","updated_at":"2025-05-15T14:11:07.412Z","avatar_url":"https://github.com/brenns10.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Readme for EECS 433 Project Submission\n======================================\n\nThis is the submission for Stephen Brennan's project, An XPath Query Evaluator\nfor Filesystems. The report PDF is located in the file:\n\n    Brennan.Report.XPathFilesystem.pdf\n\nYou may build and run DPath on Mac or Linux with the following sequence of\ncommands:\n\n-1. Install Go if not already installed: https://golang.org/dl/\n0. `export GPATH=$HOME/go` if you do not have a Go environment set up\n1. `go get` will install dependencies to your Go environment\n2. `go build` will compile DPath. Executable will be simply named `dpath`\n3. `go test` will run unit tests, if you care to run them\n\nA pre-compiled version for 64 bit Linux is included in this submission as\n`dpath.linux`. You need not have Go installed to use this binary.\n\nFiles\n-----\n\nThe file `SYNTAX.md` describes all major features of DPath and gives basic usage\ninstructions. The file `GUIDE.md` contains a small guide to the code. Both of\nthese resources have some overlap with the information given in the paper.\n\nThe source code of DPath is provided in the following files:\n\n    dpath.nex\n    dpath.y\n    tree.go\n    item.go\n    sequence.go\n    axis.go\n    lib.go\n    util.go\n    error.go\n    main.go\n\nAdditionally, the following files contain tests for language constructs:\n\n    eval_test.go\n    lexer_test.go\n    lib_test.go\n    parser_test.go\n    testutil.go\n\nThe following files are Go code which is *generated*:\n- `dpath.nn.go` is a lexer generated from `dpath.nex`\n\n    You are welcome to regenerate this file with the commands:\n\n        go get github.com/blynn/nex\n        $GOPATH/bin/nex dpath.nex\n\n\n- `y.go` is a parser generated from `dpath.y`\n\n    You are welcome to regenerate this file with the command:\n\n        go tool yacc dpath.y\n\nSimpler Setup\n-------------\n\nAn easier way to run DPath is with:\n\n    # if you don't have GOPATH set\n    export GOPATH=$HOME/go\n    go get github.com/brenns10/dpath\n\n    # if you don't have $GOPATH/bin in your path\n    export PATH=$GOPATH/bin\n    dpath 'query'\n\nHowever, this will download source files from GitHub rather than using those\nfiles submitted in this ZIP archive.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrenns10%2Fdpath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrenns10%2Fdpath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrenns10%2Fdpath/lists"}