Skip to content

Instantly share code, notes, and snippets.

View arneesh's full-sized avatar
:octocat:

Arneesh Aima arneesh

:octocat:
View GitHub Profile
from algoliasearch import algoliasearch
import pymongo
from pymongo import MongoClient
import json
client = algoliasearch.Client("Your_Application_ID", 'Your_API_Key')
index = client.init_index('Experiment_1')
MONGODB_URL1 = 'Your_MongoDB_Connection_String'
def move_collection(from_collection):