-
Notifications
You must be signed in to change notification settings - Fork 11
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
3rd party platform integration: via importer or separate project integrating finary_uapi? #115
Comments
I would stick with pure "file" importer in finary_uapi (at least in this repo) since they do not require many config options, additional libs etc... In your case, I believe a separate project is better. You could talk to @MadeInPierre, the author of Finalynx to integrate your code in it. He might be more welcoming :) |
Ok it makes sense. Thanks |
Hey! I'd see three options that could work (least to most ambitious):
Depends on the objective I guess, do you have any? The simplest option would be to create a new repo for RealT, independently from Finalynx ^^ Unless you would see some use from having sync features embedded in Finalynx? |
Reopening to make a statement on how we should proceed :) I was actually up to create a separate project dedicated to RealT sync with finary_uapi as dependence like your did in finalynx. Now your last option of a portfolio sync hub looks a good idea :) I can start like I planned for now (since RealT is waited by many Finary/RealT folks and some people from the community are also ready to help) and then see how we can move on bigger project? Thoughts? |
Once your code is in, I will publish a new package and you can depend on it directly in your poetry or requirements.txt file. |
Now that I have a better understanding of real estates in Finary, I wonder if it would make sense to provide an importer from CSV and/or JSON, just like the crypto and securities ones. Your tool @nmathey would then be able to export to this format and then the import would be done by finary_uapi. The advantage : other real estates services (I'm sure we can find other feature requests on the cimmunity) would only have to figure out the export part. Does it make sense ? |
Generic real estate importer could be great yes. It will help people to push their real estate portfolio easily where ever it is coming from. What I can propose you is I finalize my code with currencies handling and add some verbose/logging option (I need to learn on this first) then "publish" it to Finary community to get further feedback. |
Hi
Thinking about next step of using finary_uapi to sync (add/update/delete) a RealT wallet with Finary.
From your point of view, what would be the best: handling it via creating a specific importer like you did for CSV file import or would be better to start a separate project depending on finary_uapi?
Basically interactions with RealT ecosystems will be with RealT Community API to get latest token data (monthly rent, value, etc.) and the Gnosis blockchain to get current RealT Token list own.
The text was updated successfully, but these errors were encountered: