{"id":18514258,"url":"https://github.com/tizz98/falcon-testing","last_synced_at":"2025-06-19T07:42:14.879Z","repository":{"id":28394894,"uuid":"118289927","full_name":"tizz98/falcon-testing","owner":"tizz98","description":"Testing out the python falcon framework with pypy","archived":false,"fork":false,"pushed_at":"2022-12-08T00:55:41.000Z","size":10,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T03:37:53.503Z","etag":null,"topics":["cassandra","falcon","falcon-api","falcon-framework","pypy"],"latest_commit_sha":null,"homepage":null,"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/tizz98.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}},"created_at":"2018-01-20T23:42:52.000Z","updated_at":"2022-01-16T22:41:51.000Z","dependencies_parsed_at":"2023-01-14T08:44:30.691Z","dependency_job_id":null,"html_url":"https://github.com/tizz98/falcon-testing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tizz98%2Ffalcon-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tizz98%2Ffalcon-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tizz98%2Ffalcon-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tizz98%2Ffalcon-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tizz98","download_url":"https://codeload.github.com/tizz98/falcon-testing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149987,"owners_count":22022853,"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":["cassandra","falcon","falcon-api","falcon-framework","pypy"],"created_at":"2024-11-06T15:42:34.391Z","updated_at":"2025-05-14T13:11:07.066Z","avatar_url":"https://github.com/tizz98.png","language":"Python","readme":"# falcon-testing\n\nTesting out the [Falcon framework](http://falconframework.org/) \u0026 Cassandra. Using pypy 5.10.0.\n\n## Getting started\n\n### Installing pypy\n```bash\npyenv install pypy3.5-5.10.0\npyenv install 2.7.13\npyenv virtualenv pypy3.5-5.10.0 falcon-testing \n```\n\n### Installing cassandra\n```bash\nbrew update\nbrew install cassandra\nbrew services start cassandra\n```\n\n### Setup cassandra keyspace\n```bash\ncqlsh\n\n# then in cqlsh\nCREATE KEYSPACE cqlengine WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 3 } AND DURABLE_WRITES = true ;\n```\n\n### Set up code\n```bash\ngit clone git@github.com:tizz98/falcon-testing.git\ncd falcon-testing\npyenv local falcon-testing 2.7.13\n```\n\n### Run the application\n```bash\ngunicorn app:app\n\n# OR (for live code reloads)\ngunicorn app:app --reload\n\n# OR\npython app.py\n```\n\n### Testing the api\n```bash\npython client.py\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftizz98%2Ffalcon-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftizz98%2Ffalcon-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftizz98%2Ffalcon-testing/lists"}