{"id":28545513,"url":"https://github.com/crate/crate-gc-admin","last_synced_at":"2025-07-07T05:31:53.289Z","repository":{"id":215066956,"uuid":"738036101","full_name":"crate/crate-gc-admin","owner":"crate","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-24T14:18:48.000Z","size":1774,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-24T14:20:36.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crate.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-02T09:06:47.000Z","updated_at":"2025-06-24T14:16:52.000Z","dependencies_parsed_at":"2024-01-02T10:38:51.654Z","dependency_job_id":"629cb8b4-cdd4-4ae2-96ad-a6a476637ef9","html_url":"https://github.com/crate/crate-gc-admin","commit_stats":null,"previous_names":["crate/crate-gc-admin"],"tags_count":106,"template":false,"template_full_name":null,"purl":"pkg:github/crate/crate-gc-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fcrate-gc-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fcrate-gc-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fcrate-gc-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fcrate-gc-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crate","download_url":"https://codeload.github.com/crate/crate-gc-admin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fcrate-gc-admin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262210038,"owners_count":23275485,"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-06-09T23:07:58.153Z","updated_at":"2025-07-07T05:31:53.284Z","avatar_url":"https://github.com/crate.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CrateDB Grand Central Admin\n\nThis is an administration interface for CrateDB, that aims to be a direct replacement\nfor the original [crate-admin](https://github.com/crate/crate-admin) (a.k.a. Admin UI).\n\n## Architectural Design Choices\n\nGC Admin is open source and will always be open source (Apache 2.0).\n\nGC Admin aims to be embedded within a CrateDB database, as the original crate-admin is.\nHowever, the project can also be run standalone, and configured to access CrateDB using\nCross-Origin requests.\n\nGC Admin is pure TypeScript/React that runs in a browser (no backend code).\n\nGC Admin exposes a React component library, where components can be re-used in other\nReact applications (i.e. they are used in CrateDB Cloud).\n\nGC Admin has a consistent UX with CrateDB Cloud.\n\n### Authentication\n\nGC Admin authenticates to CrateDB using standard HTTP Basic Auth.\n\n### Enterprise Features\n\nGC Admin includes certain enterprise features, which require a non-open-source, paid-for\napplication called Grand Central to function. When Grand Central is not present, the admin\nUI works, but certain features/tabs are inaccessible. Grand Central is always accessed\nvia HTTP(S) Cross-Origin requests (the URL is configurable).\n\nGC Admin authenticates to Grand Central via a JWT token, which must be obtained from\nCrateDB Cloud.\n\n## Install\n\nTo install this library you have to run the following command:\n\n    yarn add @cratedb/crate-gc-admin\n\nThen, if you are using tailwind, edit your `tailwind.config` file and\nadd the following:\n\n    ...\n    content: [\n      ...\n      './node_modules/@cratedb/crate-gc-admin/**/*.{js,jsx,ts,tsx}'\n    ]\n    ...\n\nand edit your index.css to import library style:\n\n    @import '@cratedb/crate-gc-admin/style.css';\n\n## Publish a new version\n\nTo publish a new version of the `crate-gc-admin` you need to\n\n1.  `git checkout -b prefix/release-x.y.z`\n2.  Update `package.json` with the new version\n3.  Update `CHANGES.md` with a new release section\n4.  Commit, push, get approval, merge\n5.  Wait for the GitHub Action to automatically publish the new version on NPM.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrate%2Fcrate-gc-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrate%2Fcrate-gc-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrate%2Fcrate-gc-admin/lists"}