Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Yes, one of the scopes of this collaboration is help both parties: expose newcomers to new technologies by adding practical experience to their career and helping us improve and develop a cool project used by hundreds of people.
If you want a starting point you can reach out to me on gitter (https://gitter.im/telepat-io/...) or github -
We don't have front-end needs at the moment, unfortunately. The only closest thing to it is a new feature "supervisor and creator of telepat infrastructures" which assumes a web interface.
But anyone is welcomed. Learning new things is always a good thing.
I'm going to add some github issues tomorrow (I'm on UTC+2).
For anyone showing interest: I'd follow the task demo app + how to set up a telepat server (without docket for dev purposes). -
coookie26158yDropped backend for ML, I think it's time to get back. Might need a refresher tho but I am onboard π
-
Well there's no reason why you can't mix those two into creating a world changing product ;). And as said earlier, a good starting point would be to have a running telepat instance, you can drop by gitter if you're having trouble. Have the Android app so I'm getting notifications for new messages.
-
@i1990jain Well, as briefly presented in the original collab, it's consisted of the following services, each having a precise role:
* API: the only gateway clients interact with telepat
* Aggregation service: stores and preprocesses the information received from the API, in redis
* Writer service: effectively persists the changes represented as deltas in redis
* Transport manager: sorts devices and subscriptions by transport type in order to determine which transport worker receives data
* Transport woroers: apn, gcm and websockets which ultimately sends the notifications to the clients
* ElasticSearch: main database
* redis: cache database, used for devices and subscriptions as well
* RabbitMQ: communication between layers -
AllenII16198yWil be checking this out to see if there's anything i can help with. Sounds interesting
-
Well, we don't have a C/C++ client for telepat so there's a start. The backend is mostly nodejs javascript, native node modules written in c++ can be done as well
-
messhias3558y@Mayhem93 i think that was a good ideia, how can i start? There's some reference material you could indicate to me?
-
@messhias Well read the collab and the comments I've made, all the necessary info is there.
-
Looks awesome. And much better than my company's back end... Who writes ONE test class with 5.5k lines seriously!!!
I will definitely contribute once I have a bit of spare time -
@antonis179 Awesome :D. I'm in the process of writing the unit tests for telepat-models in my free time.
-
@Mayhem93 Awesome awesome n awesome..! I was just thinking to learn Node.js and also was wondering how these BASS technologies work on Node.js.. May be I'm at the right place.. I can do anything to contribute in this project.. Will soon do.. Great Job ππ
-
@sanketthecoder awesome to hear this :D. We got a lot of ideas and improvements on the backend side of things. If you need any help, we're on gitter.
-
@Mayhem93 100%.. Will definitely get to you shortly.. Just eager to join your project and contribute.. βΊοΈ
-
Would have worked if it was written in a native language like Golang :P
I have worked in all the technologies you have used.
I don't like JavaScript :P
The architecture looks great for real-time use case -
LIQvID677ym in..terested..!!! will ping u back soon to check if i can fit in somewhere to contribute to this awesome(in the making) tool.. (:
-
Hey I'm totally interested in this. I have experience in node, JavaScript and recently created a Mean App myself. How do you propose I get started?
-
@abhinavr888 well you can start off by getting telepat run on your system (use the develop branch for all 3 main repos), other than that there are some extra steps needed to configure ElasticSearch. If you got any questions or just need help you can drop by gitter and ask ahead ^^
-
@metalhead1247 because the type of workload that's required for this system demands a highly scalable event driven backend platform, not only that but the community is huge + me and my colleagues already had some nodejs experience.
-
@Mayhem93 Yes that's there about the large community, but I'm sure once you start scaling you'll come to know NodeJs is shit π, i had to rewrite the backend for our Realtime IoT micro service architecture.
No doubt NodeJs will be able handle your I/Os but if u start doing any minor processing you'll get poor performance and lags. Golang can handle more I/Os than NodeJs and also highly scalable and highly concurrent. When processing realtime data u need multithreading. We used a similar stack as yours. You could try Influx Db instead of elastic search π . I would use nodejs only for Apis π. Well you can disagree with my inputs based on your use case.πAre you using Aws services for the deployments? -
@metalhead1247 yes aws. I want horizontal scaling more than vertical one. I don't need multithreading for that. There are other things to consider, not just raw throughout of a system.
-
@NyxMC The current Android SDK should not have a lot of dependencies on the Android SDK and the codebase itself should be compatible with a pure Java 7 codebase. The only really Android specific areas are around the notifications transport (we're using GCM, we should have an implementation for something like socket.io) and the logic around creating a device-specific identifier, where we're currently using the Android installation ID. Hence, the best route would be to probably improve the current Android SDK and allow the project for mulitple artifacts (Android and pure Java .jar files).
-
To anyone who's still fighting following this collab: we've released a new more stable version of telepat and also tested and fixed the docker deployment process (even works on my windows machine).
-
This is Awesome I was an intern and in the last 6 months experienced Node.js also having created my own proxy API's using my companies BAAS (Which is paid). Have experience with Express & request npm modules. Used Chai & Mocha for Unit testing. Can I help somewhere if I get the time?
-
@MacDev of course, there's always room for improvements. If you have any questions don't hesitate to contact us on gitter
-
Zeu5357yI am more of an Java guy in terms of experience. As for node.js I am a real beginner.
Node.js/Android - Beginner.
Java - medium.
Back-end as a service for Real-time applications, based on a multi-layered micro-services stack
Back-end as a service for Real-time applications, based on a multi-layered micro-services stack