{"id":27471191,"url":"https://github.com/alphabetsalphabets/distributed-ordering-system","last_synced_at":"2025-04-16T01:40:59.621Z","repository":{"id":286742193,"uuid":"957838024","full_name":"AlphabetsAlphabets/Distributed-Ordering-System","owner":"AlphabetsAlphabets","description":"Assignment for the distributed computing module in Asia Pacific University.","archived":false,"fork":false,"pushed_at":"2025-04-15T10:32:26.000Z","size":114,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T11:39:52.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/AlphabetsAlphabets.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":"2025-03-31T08:08:00.000Z","updated_at":"2025-04-14T08:21:23.000Z","dependencies_parsed_at":"2025-04-08T06:37:48.860Z","dependency_job_id":null,"html_url":"https://github.com/AlphabetsAlphabets/Distributed-Ordering-System","commit_stats":null,"previous_names":["alphabetsalphabets/distributed-ordering-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphabetsAlphabets%2FDistributed-Ordering-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphabetsAlphabets%2FDistributed-Ordering-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphabetsAlphabets%2FDistributed-Ordering-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphabetsAlphabets%2FDistributed-Ordering-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlphabetsAlphabets","download_url":"https://codeload.github.com/AlphabetsAlphabets/Distributed-Ordering-System/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249182797,"owners_count":21226123,"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":[],"created_at":"2025-04-16T01:40:59.061Z","updated_at":"2025-04-16T01:40:59.613Z","avatar_url":"https://github.com/AlphabetsAlphabets.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DCOMS assignment\n\n# Pre-requisites\n\n1. Install Apache Maven.\n2. Install Postgresql.\n3. Auto create required tables.\n\n# Configuring Maven\n\nInstall all dependecies:\n\n```\nmvn clean install\n```\n\n# Configuring postgressql\n\n1. Make sure that the postgres server is running.\n2. Create a location for the database to be stored in.\n3. Create a user account for the postgres server.\n4. Give the newly created user account `CREATEDB` access.\n\nMake sure to use the `postgres` user to start the `pgql` command.\n\n```\nsudo -u postgres psql\n```\n\nThen items 3 and 4 can be done with these two commands:\n\n```\nCREATE DATABASE mydb;\nCREATE ROLE star WITH LOGIN PASSWORD 'password';\nALTER ROLE star CREATEDB;\n```\n\n3. Create a database named `database`. The application expects that database to exist.\n\n```\ncreatedb database\n```\n\n# Auto create required tables\n\nPlease run the code in `CreateDB.java` before you start the demo using `App.java`. Otherwise, the program will fail as the expected tables are unavailable.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphabetsalphabets%2Fdistributed-ordering-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falphabetsalphabets%2Fdistributed-ordering-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphabetsalphabets%2Fdistributed-ordering-system/lists"}