{"id":13440537,"url":"https://github.com/cmu-db/noisepage","last_synced_at":"2025-03-20T10:31:33.746Z","repository":{"id":37720526,"uuid":"140325970","full_name":"cmu-db/noisepage","owner":"cmu-db","description":"Self-Driving Database Management System from Carnegie Mellon University","archived":true,"fork":false,"pushed_at":"2022-11-08T02:06:47.000Z","size":18062,"stargazers_count":1737,"open_issues_count":191,"forks_count":500,"subscribers_count":86,"default_branch":"master","last_synced_at":"2024-08-01T03:31:41.209Z","etag":null,"topics":["database","dbms"],"latest_commit_sha":null,"homepage":"https://noise.page","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/cmu-db.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}},"created_at":"2018-07-09T18:22:34.000Z","updated_at":"2024-07-31T05:09:19.000Z","dependencies_parsed_at":"2022-07-08T04:48:34.140Z","dependency_job_id":null,"html_url":"https://github.com/cmu-db/noisepage","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmu-db%2Fnoisepage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmu-db%2Fnoisepage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmu-db%2Fnoisepage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmu-db%2Fnoisepage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmu-db","download_url":"https://codeload.github.com/cmu-db/noisepage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244595025,"owners_count":20478393,"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":["database","dbms"],"created_at":"2024-07-31T03:01:23.688Z","updated_at":"2025-03-20T10:31:32.583Z","avatar_url":"https://github.com/cmu-db.png","language":"C++","funding_links":[],"categories":["HarmonyOS","C++"],"sub_categories":["Windows Manager"],"readme":"\u003ca href=\"https://noise.page/\"\u003e\n\u003cimg src=\"https://noise.page/logos/noisepage-horizontal.svg\" alt=\"NoisePage Logo\" height=\"200\"\u003e\n\u003c/a\u003e\n\n-----------------\n\n[![Jenkins Status](http://jenkins.db.cs.cmu.edu:8080/job/terrier/job/master/badge/icon)](http://jenkins.db.cs.cmu.edu:8080/job/terrier/)\n[![codecov](https://codecov.io/gh/cmu-db/noisepage/branch/master/graph/badge.svg)](https://codecov.io/gh/cmu-db/noisepage)\n\n[NoisePage](https://noise.page) is a relational database management system developed by the [Carnegie Mellon Database Group](https://db.cs.cmu.edu). The research goal of the NoisePage project is to develop high-performance system components that support autonomous operation and optimization as a first-class design principle.\n\n## Key Features\n* Integrated machine learning components to forecast, model, and plan the system's behavior.\n* Postgres compatible wire-protocol, SQL, and catalogs.\n* [Apache Arrow](https://arrow.apache.org/) compatible in-memory columnar storage.\n* Lock-free multi-version concurrency control.\n* Just-in-time query compilation using the LLVM.\n* Vectorized execution using relaxed-operator fusion (ROF).\n* 100% Open-Source (MIT License)\n\n## Quickstart\nThe NoisePage project is built and tested on **Ubuntu 20.04**. No other environments are officially supported.\n\n```\ngit clone https://github.com/cmu-db/noisepage.git\ncd noisepage\nsudo ./script/installation/packages.sh\nmkdir build\ncd build\ncmake -GNinja -DCMAKE_BUILD_TYPE=Release -DNOISEPAGE_USE_JEMALLOC=ON -DNOISEPAGE_UNITY_BUILD=ON ..\nninja noisepage\n./bin/noisepage\n```\n\nYou can now connect to NoisePage over the Postgres client `psql`.\n```\npsql -h localhost -U noisepage -p 15721\n```\n\nAdditional Notes:\n- If you have less than 16 GB of RAM, use `-DNOISEPAGE_UNITY_BUILD=OFF` in the `cmake` commands above.\n- If you know what you're doing, install the prerequisite packages from `./script/installation/packages.sh` manually.\n\n\n## For Developers\n\nPlease see the [docs](https://github.com/cmu-db/noisepage/tree/master/docs/).\n\n\n## Contributing\n\nIf you are a current student at CMU,\n  - See the [New Student Guide](https://github.com/cmu-db/noisepage/tree/master/docs/). \n  - Consider enrolling in one of the [database courses](https://db.cs.cmu.edu/courses/).\n\nContributions from non-CMU students are also welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmu-db%2Fnoisepage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmu-db%2Fnoisepage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmu-db%2Fnoisepage/lists"}