{"id":16073276,"url":"https://github.com/devfabiosilva/witsmlparser","last_synced_at":"2026-02-24T09:32:08.451Z","repository":{"id":239952535,"uuid":"801078028","full_name":"devfabiosilva/witsmlparser","owner":"devfabiosilva","description":"WITSML 1.4.1.x and 1.3.1.x to BSON parser","archived":false,"fork":false,"pushed_at":"2025-12-20T22:34:40.000Z","size":10203,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-22T21:06:45.567Z","etag":null,"topics":["c","c-plus-plus","energistics","java","javascript","nodejs","oil-and-gas","osdu","python","python3","witsml","witsml-data-standards"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devfabiosilva.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-15T14:48:24.000Z","updated_at":"2025-12-20T22:34:44.000Z","dependencies_parsed_at":"2025-04-11T05:42:11.740Z","dependency_job_id":"be404bd9-8252-42a9-b472-4a18a1272109","html_url":"https://github.com/devfabiosilva/witsmlparser","commit_stats":{"total_commits":19,"total_committers":2,"mean_commits":9.5,"dds":"0.052631578947368474","last_synced_commit":"8aec1ee1c7a571b8ba98329f2c4ecabbdadb00c4"},"previous_names":["devfabiosilva/witsmlparser"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/devfabiosilva/witsmlparser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfabiosilva%2Fwitsmlparser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfabiosilva%2Fwitsmlparser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfabiosilva%2Fwitsmlparser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfabiosilva%2Fwitsmlparser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devfabiosilva","download_url":"https://codeload.github.com/devfabiosilva/witsmlparser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfabiosilva%2Fwitsmlparser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29777878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:54:30.205Z","status":"ssl_error","status_checked_at":"2026-02-24T04:53:58.628Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["c","c-plus-plus","energistics","java","javascript","nodejs","oil-and-gas","osdu","python","python3","witsml","witsml-data-standards"],"created_at":"2024-10-09T08:05:39.783Z","updated_at":"2026-02-24T09:32:08.426Z","avatar_url":"https://github.com/devfabiosilva.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# witsmlparser\nWITSML 1.4.1.x and 1.3.1.x to BSON parser\n\n# Install requirements\n\n- Make \u003e= 4.3\n- GCC \u003e= 7\n- Node-gyp for compiling node\n- Python \u003e= 3\n\n# Compiling dependencies (compile once)\n\n## Compiling third-party\n\nCompiling Mongo c library\n\n```sh\nmake -j4 install_bson\n```\nYou need compiling this step once\n\n## Compiling gSoap WITSML C code\n\n```sh\nmake -j4 pre \u0026\u0026 make -j4 pre_shared\n```\n\nWITSML has many object and compiling this step can take a little longer ~ 40 minutes\n\nYou need compiling this step once\n\n# Building libraries\n\n## Build C example code\n\n```sh\nmake clean \u0026\u0026 make -j4\n```\n\n## Build Python module\n\n```sh\nmake clean \u0026\u0026 make -j4 py\n```\n\n## Build NodeJS library\n\n```sh\nmake clean \u0026\u0026 make -j4 nodejs\n```\n\n## Build Java library\n\n```sh\nmake clean \u0026\u0026 make -j4 jni\n```\n\n# Cleaning\n\n## Cleaning project\n\n```sh\nmake clean\n```\n\n## Removing WITSML pre compiled objects\n\n```sh\nmake pre_remove\n```\n\n## Removing Mongo C BSON library\n\n```sh\nmake remove_bson\n```\n\n# Running examples\n\n## NodeJS example\n\n```sh\nmake node_example\n```\n\n## Python3 example\n\n```sh\nmake py_example\n```\n\n## Cleaning examples\n\n```sh\nmake clean_examples\n```\n\n# Memory management\n\n**default: 30 MB**\n\nYou can edit [_SOAP_MAXALLOCSIZE_](https://github.com/devfabiosilva/witsmlparser/blob/master/include/stdsoap2.h#L1253) in file _include/stdsoap2.h_ to modify max memory allocation for each instance\n\n# LICENSES\n\nThis project is fully open source (MIT) **BUT** it depends on gSoap library that is GPLv2. See [Genivia website](https://www.genivia.com/products.html)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevfabiosilva%2Fwitsmlparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevfabiosilva%2Fwitsmlparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevfabiosilva%2Fwitsmlparser/lists"}