echo "# es-test" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/userz58/es-test.git git push -u origin main
…or push an existing repository from the command line git remote add origin https://github.com/userz58/es-test.git git branch -M main git push -u origin main
DOCTRINE Iterating Large Results for Data-Processing https://www.doctrine-project.org/projects/doctrine-orm/en/3.2/reference/batch-processing.html
composer req ruflin/elastica:^8.0
mapping https://www.youtube.com/watch?v=FQAHDrVwfok
https://www.youtube.com/watch?v=D0JApkNlTfQ&ab_channel=OfficialElasticCommunity https://www.geeksforgeeks.org/mapping-types-and-field-data-types-in-elasticsearch/
https://jolicode.com/blog/tag/elastica https://jolicode.com/blog/tag/elasticsearch
https://jolicode.com/blog/elasticsearch-the-right-way-in-symfony
https://www.elastic.co/guide/en/elasticsearch/reference/current/object.html описание типов https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-types.html https://www.elastic.co/guide/en/elasticsearch/reference/current/number.html https://elasticsearch-cn.github.io/guide/reference/mapping/object-type.html https://elasticsearch-cn.github.io/guide/reference/mapping/routing-field.html
A Docker-based installer and runtime for the Symfony web framework, with FrankenPHP and Caddy inside!
- If not already done, install Docker Compose (v2.10+)
- Run
docker compose build --no-cache
to build fresh images - Run
docker compose up --pull always -d --wait
to set up and start a fresh Symfony project - Open
https://localhost
in your favorite web browser and accept the auto-generated TLS certificate - Run
docker compose down --remove-orphans
to stop the Docker containers.
- Production, development and CI ready
- Just 1 service by default
- Blazing-fast performance thanks to the worker mode of FrankenPHP (automatically enabled in prod mode)
- Installation of extra Docker Compose services with Symfony Flex
- Automatic HTTPS (in dev and prod)
- HTTP/3 and Early Hints support
- Real-time messaging thanks to a built-in Mercure hub
- Vulcain support
- Native XDebug integration
- Super-readable configuration
Enjoy!
- Options available
- Using Symfony Docker with an existing project
- Support for extra services
- Deploying in production
- Debugging with Xdebug
- TLS Certificates
- Using MySQL instead of PostgreSQL
- Using Alpine Linux instead of Debian
- Using a Makefile
- Updating the template
- Troubleshooting
Symfony Docker is available under the MIT License.
Created by Kévin Dunglas, co-maintained by Maxime Helias and sponsored by Les-Tilleuls.coop.