{"id":27603213,"url":"https://github.com/memelang-net/memesql4","last_synced_at":"2026-05-16T08:34:52.075Z","repository":{"id":285125234,"uuid":"954271492","full_name":"memelang-net/memesql4","owner":"memelang-net","description":"Memelang v4 to SQL query library","archived":false,"fork":false,"pushed_at":"2025-04-21T23:44:44.000Z","size":133,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T19:13:59.983Z","etag":null,"topics":["cypher","cypher-query-language","graphql","nosql","nosql-database"],"latest_commit_sha":null,"homepage":"https://www.memelang.net/04/","language":"Python","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/memelang-net.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,"zenodo":null}},"created_at":"2025-03-24T20:29:58.000Z","updated_at":"2025-04-21T23:44:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"969e95d6-8b50-4e0b-bb59-8c8a8e037c4f","html_url":"https://github.com/memelang-net/memesql4","commit_stats":null,"previous_names":["memelang-net/memesql4"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/memelang-net/memesql4","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memelang-net%2Fmemesql4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memelang-net%2Fmemesql4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memelang-net%2Fmemesql4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memelang-net%2Fmemesql4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/memelang-net","download_url":"https://codeload.github.com/memelang-net/memesql4/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memelang-net%2Fmemesql4/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269366853,"owners_count":24405250,"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-08-08T02:00:09.200Z","response_time":72,"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":["cypher","cypher-query-language","graphql","nosql","nosql-database"],"created_at":"2025-04-22T19:13:57.762Z","updated_at":"2026-05-16T08:34:47.047Z","avatar_url":"https://github.com/memelang-net.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"***This repo is depriciated. Click here for the new [memesql6](https://github.com/memelang-net/memesql6)***\r\n\r\n# memesql4\r\n\r\nThis is prototype Python/Postgres implementation of [Memelang v4](https://memelang.net/04/). This Python script receives Memelang queries, converts them to SQL, executes them on a Postgres database, then returns results as a Memelang string.\r\n\r\n## Files\r\n\r\n* *db.py* Postgres database configurations and helper functions\r\n* *memelang.py* library to decode Memelang queries and execute in Postgres\r\n* *presidents.meme* example Memelang data for the U.S. presidents\r\n\r\n## Installation\r\n\r\nInstallation on Ubuntu:\r\n\r\n\t# Install packages\r\n\tsudo apt install -y git postgresql python3 python3-psycopg2\r\n\tsudo systemctl start postgresql\r\n\tsudo systemctl enable postgresql\r\n\t\r\n\t# Download files\r\n\tgit clone https://github.com/memelang-net/memesql4.git memesql\r\n\tcd memesql\r\n\r\n\t# Configure the conf.py file according to your Postgres settings\r\n\t# Create database and tables\r\n\tsudo python3 ./memelang.py install\r\n\r\n\t# (Optional) load example presidents data\r\n\tpython3 ./memelang.py file ./presidents.meme\r\n\r\n\r\n## Example CLI Usage\r\n\r\nExecute a query:\r\n\r\n\tpython3 ./memelang.py get \"student=JohnAdams =\"\r\n\r\n\t# Output:\r\n\tstudent=JohnAdams college=Harvard\r\n\r\n\r\n\r\n## Legal\r\n\r\nCopyright 2025 HOLTWORK LLC. Patents Pending.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemelang-net%2Fmemesql4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmemelang-net%2Fmemesql4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemelang-net%2Fmemesql4/lists"}