Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muneeb706/django-samples
Sample implemention of different functions in django
https://github.com/muneeb706/django-samples
django django-rest-framework fhir lua parquet python redis
Last synced: 24 days ago
JSON representation
Sample implemention of different functions in django
- Host: GitHub
- URL: https://github.com/muneeb706/django-samples
- Owner: muneeb706
- Created: 2024-01-24T07:21:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T08:50:44.000Z (4 months ago)
- Last Synced: 2024-07-21T09:48:22.187Z (4 months ago)
- Topics: django, django-rest-framework, fhir, lua, parquet, python, redis
- Language: Python
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Samples
This repository contains sample implementation of different functions in django. It contains following applications
- [Convert FHIR to Parquet](https://github.com/muneeb706/django-samples/tree/main/fhir_to_parquet)
- [Execute Lua Script on Redis](https://github.com/muneeb706/django-samples/tree/main/redis_sample)
- run redis server locally e-g using docker `docker run -p 6379:6379 --name my-redis-server redis`
- load event data `python manage.py loaddata events`
- run django server `python manage.py runserver`