Get XRP Blockchain Data - cryptocurrency

Any suggestions to get the Blockchain Data for XRP?
https://xrpl.org/ledger.html

Yes, you can retrieve XRP Ledger blockchain data using the ledger method.
Another convenient way is to query the BigQuery database on the Google Cloud Platform:
Examples
Video tutorial
Data importer code

Related

Solution to export subscribers who selected various field opt-outs, through query or other method in salesforce marketing cloud

I am looking for a solution to export subscribers who selected various field opt-outs, through query or other method in salesforce marketing cloud. For example, some subscribers have opted into receiving emails from some locations (designated fields) and not all. This export is being run through alteryx and a master database and into a new Email Service Provider. Retaining the opt outs are crucial. Looking for some help with this migration as I am not an expert at salesforce marketing cloud. Thank you!

moving BigQuery data in the new European zone

Following the announcement of Google that BigQuery data can now be located in Europe, I'm trying to find out how to start the migration process.
The support has replied to me: "For more information about moving data in the new European zone you will need to contact the Google Cloud Platform technical support team. I invite you to submit your technical questions on Stackoverflow:"
So here I am. How do we move our data to Europe ?
Thank you for your help.
Best regards,
Alain
Use the BQ web UI to either:
Copy the table into a new dataset
Share the existing dataset
Export and save the table locally, upload again to new dataset.

SalesForce - Service Cloud Objects

I'm currently looking for an overview of the objects (like Accounts, Campaigns, Cases, Contact, Contract, Lead, Opportunity, ...) in the Service Cloud in comarison to the Sales Cloud. I know there are function overviews but there is not list of objects related to those versions yet. I need a clear separation with all objects of both. Maybe someone can help me out?
Please take a look to these schemes:
Salesforce Data Model
Sales objects - Sales Cloud
Support objects - Service Cloud
hope it would be helpful
You can look into Schema Builder, from Object Manager to know more about Object relationships.
Important things for Service Cloud are -
Case object.
Email-to-Case
Omni Channel
Entitlements and Milestones
Email Threading.
You can search on Trailhead as well for Service Cloud trails. Will help for sure.
Thanks.

Developing for Google App Engine and using the datastore

I am just getting started with Google Web Toolkit and Google App Engine and have a quick question. I think I understand how to use the datastore now but I was wondering if there is a way that I can quickly create a "database" with static data from an excel sheet? I just need to add some data for a proof of concept later this week.
I am picturing something similar to a SQL database browser where I can just import the data?
I developing in Eclipse with appropriate plugins.
Thanks,
Rob
The easiest way to do this would be to save your spreadsheet as a CSV file, then use the bulkloader to load it into the datastore.
Your best bet is probably to write something to handle uploading it, or to handle processing it on the server.
However, you should also look at the bulk loader. It might be able to save you a little bit of time.
Here is the API (Google Documents List API) that "allows client applications to programmatically access and manipulate user data stored with Google Documents".

Is it possible to get a data source URL of Google Spreadsheets for appengine datastore entities?

Is it possible to get a data source URL of Google Spreadsheets for appengine datastore entities? I want to use the google visualization query objects to query my datastore. Or how I an expose my datastore with a datasource URL.
And for a Google visualization based project which one is better between Google Spreadsheet and GAE big table. Since Google Spreadsheet has very good query options and a nice harmonics with google visualization. One can get a direct DataTable from a data source URL. To do the same thing needs a good amount of task with GAE big table. Please share your experience in this area.
There's nothing built in to do this. You'll need to write your own code that returns your data in a format GViz supports.

Resources