Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separating source from web #12

Open
AleksanderKoko opened this issue Nov 22, 2016 · 4 comments
Open

Separating source from web #12

AleksanderKoko opened this issue Nov 22, 2016 · 4 comments

Comments

@AleksanderKoko
Copy link

Hi there. Really nice package. I had some ideas on this one.

What I think we can change is to separate the web layer from the source. We can do a second repository with lumen/silex or something similar that is fast and can do the queries, support multiple databases etc. This would keep the core cleaner and SQL free.

This project in my opinion can be a perfect usecase for a microservice architecture. I also see that you have some experience with Docker also. I would love to also contribute on this with a docker configuration and test it on a production environment.

I can do the Docker thing right away and also the lumen part. What do you think?

@ingowalther
Copy link
Owner

ingowalther commented Nov 23, 2016

Hello @AleksanderKoko,

thanks for sharing your ideas. I dont like the microservice approach for this project, I think it will make the project much more complex to setup.

But I would love a Docker container with all libs and the application installed in it.

Greetings Ingo

@AleksanderKoko
Copy link
Author

Hello @ingowalther . Doing the Docker container today. Will ping you when done.

@ingowalther
Copy link
Owner

Great! Thank you!

@AleksanderKoko
Copy link
Author

Hi @ingowalther. Haven't forgot about this. Dockerfile build but have problems connecting it with the MySQL image. Also included a small Docker compose file so someone can have the project up and running with git clone && docker-compose up -d . As soon as this is done will ping you. Need a bit help on how to structure the documentation.

PS: Happy new year :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants