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
-
@100110111 sorry , how do I use POST request to write it ? Using PHP or python ...
-
@100110111 because myclient want it this way , in the android app they want it display and write the json value . from github repo
-
@johnmelodyme ...
Idk, either I’m missing something here or this sounds just plain stupid. Tell ur client to shoot themselves in the face, mmkay?
(sorry I can’t be of any real assistance here...) -
Python55584yYou can’t write directly to a GitHub repo through a post request over web. There are multiple security reasons this isn’t possible or shouldn’t be done. Your best shot would be to download the got repo with an ssh key, modify it and push it.
-
is there other way without using github ? (Besides using droplets or heroku, yeap my client is stupid, they are hard headed. plus this freelancing is slowly pissing me off)
-
@100110111 Ok, thanks tho, at least you tried your best. I agree with you. probably I need to tell them it is impossible
-
wiwe22106154yIf there is a backend u might wanna tell ur client to use stuff for what it's for because they seem to have all the pieces of this puzzle.
-
@wiwe2210 any advice on convince a stubborn client? Like I really just want to use Digital Ocean.
-
Hazarth94864yIs he trying to use git as a database? Wtf is the point... At that point he might as well use a google excel sheet...
-
@Hazarth hahaha.... Idk... Too that want it to use GitHub as RestApi and database thingy.
-
Hazarth94864y@johnmelodyme
Do they provide you with any other server? Or is this like a website/app that's trying to be completely serverless other than the jsons on git?
Can't you maybe use firebase? I think It's free for some limited throughput and can be used as a database somehow apparently -
@Hazarth they don't want firebase either... They just give me a link to GitHub which is a raw....JSON.
-
Hazarth94864y@johnmelodyme
at this point your best bet would be to find a reason why *not* using git would save the client money. That's the only thing they listen to...
one of the reasons might be that git isn't supposed to be used for this... and not only will this take you much longer than setting up a proper document database or a simple backend but any other devs he'll ever need will have to re-learn something strange and unusual
another reason might be that github is not under his or your control, if they have a leak, if they are down or if they decide to suddenly remove old repos or something, it's suddenly his problem as well...
another one is that if he wants to scale his app/site he'll soon be limited by the max response time and availability of github services... you can't forexample suddenly funnel thousands of connections to github from your app, that's gonna trigger some limits and affect availability and thus earnings... -
Change the client.
You may or may not be able to make him happy this time and he may or may not pay good. But the emotional stress of dealing with idiots will eat your brain in the long run. So run away while you still think that his ideas are stupid... -
Pretty sure this is a github TOS violation. Github is not meant to be used like this. Check the TOS, and tell your client, the service might be shutdown by Github, of he does this.
Your best bet, is a simple Node.js app coupled with an s3 bucket that can accept json, store it, and return it as required. -
I don't want to pay for a backend solutions ... But I don't have a choice if i want writings up from api endpoint
Related Rants
I have a .json file in Github(public) i would like to write into the json file , How should I do it ?
question
json
backend