{"id":30105093,"url":"https://github.com/forbole/soljuno","last_synced_at":"2025-08-09T23:46:01.863Z","repository":{"id":40001337,"uuid":"397557600","full_name":"forbole/soljuno","owner":"forbole","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-03T04:06:22.000Z","size":2129,"stargazers_count":1,"open_issues_count":18,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T09:17:49.352Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/forbole.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}},"created_at":"2021-08-18T10:16:54.000Z","updated_at":"2022-05-27T12:05:34.000Z","dependencies_parsed_at":"2023-01-30T17:30:30.302Z","dependency_job_id":null,"html_url":"https://github.com/forbole/soljuno","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/forbole/soljuno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forbole%2Fsoljuno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forbole%2Fsoljuno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forbole%2Fsoljuno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forbole%2Fsoljuno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forbole","download_url":"https://codeload.github.com/forbole/soljuno/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forbole%2Fsoljuno/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269654380,"owners_count":24454321,"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-09T02:00:10.424Z","response_time":111,"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":[],"created_at":"2025-08-09T23:45:56.734Z","updated_at":"2025-08-09T23:46:01.817Z","avatar_url":"https://github.com/forbole.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e SolJuno \u003c/h1\u003e\n\u003c/div\u003e\n\n![banner](.docs/.img/logo.png)\n\n\u003e This branch is intended to be used with Solana.\n\n\n\u003e SolJuno is a Solana blockchain data aggregator and exporter that provides the ability for developers and clients to query for indexed chain data.\n\n## Table of Contents\n  - [Background](#background)\n  - [Usage](#usage)\n  - [GraphQL integration](#graphql-integration)\n  - [Contributing](#contributing)\n  - [License](#license)\n\n## Background\nThis version of Juno is a fork of [FissionLabs's Juno](https://github.com/fissionlabsio/juno). \n\nThe main reason behind the fork what to improve the original project by: \n\n1. allowing different databases types as data storage spaces;\n2. creating a highly modular code that allows for easy customization.\n\nWe achieved the first objective by supporting both PostgreSQL and MongoDB. We also reviewed the code design by using a database interface so that you can implement whatever database backend you prefer most. \n\nOn the other hand, to achieve a highly modular code, we implemented extension points through the `worker.RegisterBlockHandler`, `worker.RegisterTxHandler` and `worker.RegisterInstructionHandler` methods. You can use those to extend the default working of the code (which simply parses and saves the data on the database) with whatever operation you want.    \n\n## Usage\nTo know how to setup and run Juno, please refer to the [docs folder](.docs).\n\n## Testing\nIf you want to test the code, you can do so by running\n\n```shell\n$ make test-unit\n```\n\n**Note**: Requires [Docker](https://docker.com).\n\nThis will:\n1. Create a Docker container running a PostgreSQL database.\n2. Run all the tests using that database as support.\n\n## GraphQL integration\nIf you want to know how to run a GraphQL server that allows to expose the parsed data, please refer to the following guides: \n\n- [PostgreSQL setup with GraphQL](.docs/postgres-graphql-setup.md)\n\n## Contributing\nContributions are welcome! Please open an Issues or Pull Request for any changes.\n\n## License\n[CCC0 1.0 Universal](https://creativecommons.org/share-your-work/public-domain/cc0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforbole%2Fsoljuno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforbole%2Fsoljuno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforbole%2Fsoljuno/lists"}