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

MicroServices separation by folder naming convetions #17

Open
ghost opened this issue Feb 18, 2015 · 4 comments
Open

MicroServices separation by folder naming convetions #17

ghost opened this issue Feb 18, 2015 · 4 comments

Comments

@ghost
Copy link

ghost commented Feb 18, 2015

Hi, Is it possible
to separate the microservices by folder naming convention?
Or by a service.json file, inside a folder, which would describe the (to compile) code scope and limit the execution only to a special service environment.

It could be something like the already implemented balancer solution:
"Every node can be a balancer"
This would be:
"Every Node can be any of the possible services inside one project"

This could also simplifie the code base, because we could share code between services without copy & paste of files between different meteor projects, because we would have only one project. And it would be very easy to start using services for existing projects.

So my question is, is it possible and are there some limitations to solve it?
This would also make possible of a MotherShip solution, because we would know about all the microservices in a project ;)

And a lot of thanks, to Arunoda and all the MeteorHacks Guys which are helping a lot to improve meteor.
Really great work all that stuff!

@ghost
Copy link
Author

ghost commented Feb 18, 2015

With a MotherShip solution i mean, a central place for my project where I can see all my services and get some useful data about all the different nodes and microservices which are running, and maybe have a control over starting, stopping etc.

@arunoda
Copy link
Member

arunoda commented Feb 19, 2015

It's an interesting idea. We haven't though that yet.
Currently, we are working on multi-core support. After that's we'll back to improve microservices.
I'll think about this as well.

@rhyslbw
Copy link

rhyslbw commented Feb 19, 2015

+1

@ghost
Copy link
Author

ghost commented Mar 2, 2015

I guess the UI for the services overview is already planned as a kadira feature.
Would be really cool ;)

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