{"id":15767427,"url":"https://github.com/lmangani/rethinkdb-bulk","last_synced_at":"2025-07-15T18:34:03.809Z","repository":{"id":65489743,"uuid":"121855175","full_name":"lmangani/rethinkdb-bulk","owner":"lmangani","description":"Queue \u0026 Bulk Operations for RethinkDB, and a name that stutters","archived":false,"fork":false,"pushed_at":"2018-02-17T21:58:35.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-03T03:47:51.369Z","etag":null,"topics":["bulk","insert","nosql","queue","rethink","rethinkdb"],"latest_commit_sha":null,"homepage":"http://qxip.net","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lmangani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-17T12:53:35.000Z","updated_at":"2019-08-12T10:55:14.000Z","dependencies_parsed_at":"2023-01-25T17:25:11.088Z","dependency_job_id":null,"html_url":"https://github.com/lmangani/rethinkdb-bulk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lmangani/rethinkdb-bulk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Frethinkdb-bulk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Frethinkdb-bulk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Frethinkdb-bulk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Frethinkdb-bulk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmangani","download_url":"https://codeload.github.com/lmangani/rethinkdb-bulk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Frethinkdb-bulk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265451472,"owners_count":23767769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bulk","insert","nosql","queue","rethink","rethinkdb"],"created_at":"2024-10-04T13:22:07.600Z","updated_at":"2025-07-15T18:34:03.782Z","avatar_url":"https://github.com/lmangani.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg width=100 src=\"https://user-images.githubusercontent.com/1423657/36344292-5a8bcffc-1418-11e8-98ba-9eaaa18102ff.png\"\u003e\n\n# RethinkDB-Bulk\nSimple Bulk Operations for [RethinkDB](https://github.com/rethinkdb/rethinkdb)\n\n\n## About\nThis simple module wraps a RethinkDB Client and Bulk/Queue Handler, automatically handling Database and Table creation and rotation using `static`, `daily` or `monthly` partitions.\n\n### Usage\n\n#### Install\n```\nnpm install rethinkdb-bulk\n```\n\n#### Init\nThe following configuration will create a Bulk Queue connected to RethinkDB _(node or cluster)_ \n```\nconst rethinkDBulk = require('rethinkdb-bulk').getBucket({\n    config: { \n\t\"servers\": [ \n\t\t{ \"host\": \"127.0.0.1\", \"port\": 28015 }\n\t}\n    },\n    dbName: 'myIndex',\n    tableName: 'myTable',\n    indexType: 'daily',\n    bulk_timeout: 5000,\n    bulk_maxSize: 1000,\n    bulk_useInterval: true\n});\n```\n\n#### Client\n```\nrethinkDBulk.push({ name: 'random1', value: 1111, created: new Date().toISOString() });\nrethinkDBulk.push({ name: 'random2', value: 2222, created: new Date().toISOString() });\nrethinkDBulk.push({ name: 'random3', value: 3333, created: new Date().toISOString() });\n```\n\n\u003cimg width=150 src=\"https://user-images.githubusercontent.com/1423657/36344191-d4ff702e-1416-11e8-986d-1a98fefe010e.png\" style=\"margin-bottom:5px;\"/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmangani%2Frethinkdb-bulk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmangani%2Frethinkdb-bulk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmangani%2Frethinkdb-bulk/lists"}