Zotero plugin for syncing items into a Notion database

Overview

Notero

A Zotero plugin that syncs items into a Notion database when added to a specific collection.

Scaffolded with generator-zotero-plugin and built with zotero-plugin-webpack.

Notero in action

Why use Notero?

  • Allows you to integrate your reference manager, task list, reading notes, analytical tables, and drafts in one location.
  • The name of database entries is the in-text citation, which allows you to easily link to references when writing in Notion.
  • Create custom views to filter and sort large reference lists by project, tag, author, etc.
  • Backlinks make it easy to locate any of the notes and drafts that mention a reference.
  • Link references to entries in other databases, such as projects, tasks, manuscripts in your publication pipeline, publishing outlets, etc.

Installation and Setup

The latest release of the plugin is available on GitHub.

Detailed setup instructions are below.

Configure Notion

  1. Obtain a Notion internal integration token from https://www.notion.com/my-integrations.

  2. Create the database that you would like to sync Zotero items into.

    • See examples below that you can duplicate into your Notion workspace.
  3. Share the database with the integration you created in step 1.

  4. Ensure the database has the following required properties:

    Property Name Property Type
    Name* Title
    Item Type Select
    Title Text
    Authors Text
    Year Number
    DOI URL
    URL URL
    Zotero URI URL
    Full Citation Text
    In-Text Citation Text

    * The title property can be named something other than Name as long as it does not conflict with any of the other property names.

  5. Take note of the database ID.

    • From the Notion developer docs, here's a quick procedure to find the database ID:

      Open the database as a full page in Notion. Use the Share menu to Copy link. Now paste the link in your text editor so you can take a closer look. The URL uses the following format:

      https://www.notion.so/{workspace_name}/{database_id}?v={view_id}
      

      Find the part that corresponds to {database_id} in the URL you pasted. It is a 36 character long string. This value is your database ID.

Install Notero Plugin

  1. Download the latest version of the .xpi file.
  2. Open the Zotero Add-ons Manager via the Tools → Add-ons menu item.
  3. Install the .xpi file by either:
    • dragging and dropping it into the Add-ons Manager window or
    • selecting it using the Install Add-on From File... option in the gear menu in the top-right corner of the window
  4. Restart Zotero to activate the plugin.

Configure Notero Preferences

  1. Open the Notero preferences from the Tools → Notero Preferences... menu item.

  2. Enter the required preferences:

    Field Description
    Collection Name Name of the Zotero collection to monitor for new items
    Notion Integration Token Your personal Notion internal integration token
    Notion Database ID ID of the Notion database to sync items into

Example Notion Databases

We provide some example Notion databases that have been configured with all the properties required by Notero.

Once you've opened one of the examples, click the Duplicate button in the top-right corner of the page to duplicate it into your Notion workspace.

Basic Example

An empty database that contains only the required properties. Useful if you want to start from scratch and customize it yourself.

Advanced Example

A database with multiple views and some sample entries. See below for descriptions of how you can use the different views.

Bibliographic Info Table View

  • Table view enables easy editing of entries.
  • Easily navigate to the original source by clicking on the DOI or URL property.
    • DOIs for books may need to be copy & pasted manually from the Extra field in Zotero.
  • Click on the Zotero URI property to view/edit the entry in Zotero or to export the bibliography entry in a different citation style.

Reading Status Board View

  • Keep track of promising references you need to locate, books and articles you requested via interlibrary loan, and works that are relevant enough to warrant taking in-depth notes or writing a memo.

Literature Review Table View

  • Quickly analyze and compare attributes of literature you are reviewing (e.g., theoretical framework, sample, methods used, key findings, etc.)
  • Easily link to other works using the Related References property (e.g., articles in the same special issue, book chapters in the same edited book, studies and commentary that respond to or extend other works).

Books Gallery View

  • Add a cover image (e.g., right click → copy image address from Amazon).
  • Keep track of which books you own, borrow, and lend to others.
    • Add due dates and reminders for library books and interlibrary loans.
Comments
  • Error: Failed to save item(s) to Notion TypeError: content.text is undefined

    Error: Failed to save item(s) to Notion TypeError: content.text is undefined

    Hiya! First, I just wanted to say thank you SO MUCH for building this integration omg

    Second, I'm coming across an error when I move my item into the collection that I have set up to go into Notion. I've forked your code to see if I can uncover the issue and fix/send a PR, but I've never seen zotero plugin code so I'll have to carve out time to learn the structure if I'm going to be of any service. Meantime, I thought I'd pop some troubleshooting info here for you in case you find an easy fix.

    Some troubleshooting details:

    1. doesn't seem to matter what kind of item I use
    2. I duplicated your database from notion (the advanced one) so I didn't customize any columns or anything
    3. API is all set up properly to share etc
    4. plugin is installed and config is set up in zotero
    5. I use APA 7th ed style
    6. I do have some other plugins enabled: Screen Shot 2021-10-01 at 12 35 16 PM
    7. Zotero version: 5.0.97-beta.46+4cfa23050 (should I go back to non-beta to help testing?) on mac
    8. FWIW the item does go in the collection, so it's not getting hung on that part of the process - does appear to be related to sending to Notion, though I can't fully confirm that yet.

    Here's a screenshot of the error: Screen Shot 2021-10-01 at 12 32 35 PM

    Here's a screenshot of the console after trying to move into collection Screen Shot 2021-10-01 at 12 33 12 PM

    Not much to work with, I'm afraid. I'll keep in touch and please let me know if you have any ideas/guidance you could provide. Thanks again! This is going to be huge - I've seen lots of people in the academic and note-taking spaces talking about how painful reference management in Notion and Roam Research are. Roam has a great plugin that uses pinned betterbibtex citation keys as the title in the roam db to keep them unique. Here's the link for that in case you find it useful: https://alix-lahuec.gitbook.io/zotero-roam/

    Thanks again!

    bug 
    opened by lisaross 23
  • TypeError: NetworkError when attempting to fetch resource.

    TypeError: NetworkError when attempting to fetch resource.

    Hi,

    thanks for your briliant work! I installed, but it doesn't work, and show this message:

    Saving items to Notion... Item 1 of 1 TypeError: NetworkError when attempting to fetch resource.

    Do you know how can I solve it ?

    Appreciated!

    opened by appw-cn 21
  • Title as title

    Title as title

    Hi, first I really love how nice this plugin connects zotero and notion. However for me it would be more intuitive to have the actual Title (of the paper or whatever) as the notion property type "Title" rather than "(author et al.,year)". Would be nice it this would be more flexible e.g. changeable. Reason: When I link the articles in notion I would search for it I would usually search for the title rather then the author.

    enhancement 
    opened by butzifutz 20
  • Sync collection property to Notion database

    Sync collection property to Notion database

    Originally posted by @panyuz in https://github.com/dvanoni/notero/issues/6#issuecomment-1006216755

    If it is possible to sync multiple folders to notion, would it be possible to add a field in notion to label the source of the entries? such as "Collection"?

    Also mentioned by someone in the Zotero Forums.

    enhancement 
    opened by dvanoni 14
  • doubled checked eveything, notero doesn' t sync Notion and zotero not at all

    doubled checked eveything, notero doesn' t sync Notion and zotero not at all

    Describe the issue A clear and concise description of what the issue is.

    To Reproduce Steps to reproduce the behavior:

    1. Go to '...'
    2. Click on '....'
    3. Scroll down to '....'
    4. See error

    Expected behavior A clear and concise description of what you expected to happen.

    Screenshots If applicable, add screenshots to help explain your problem.

    Additional context Add any other context about the problem here.

    opened by Chatshop 10
  • Notion link attachment is not created

    Notion link attachment is not created

    Describe the issue I've been living with duplicated items since I installed Notero, but today I figured I search for a solution. I found #27 - and I think the issue is similar, however, the Notion link attachment never gets created in my case.

    To Reproduce Steps to reproduce the behavior:

    1. Add an item to a synced collection via Zotero Chrome extension/drag n drop a pdf
    2. Notero syncs automatically the first instance and adds the notion tag
    3. As Zotero adds new items (notes, pdf, etc.), it modifies the item
    4. Notero syncs again and creates a new, duplicate item in the database for each modification
    5. I have 3 duplicate entries now in Notion

    Expected behavior I'd expect a single Notion database record to be maintained for the same Zotero item by creating the Notion link attachment, and not syncing duplicate items before that happens.

    Screenshots

    https://user-images.githubusercontent.com/635073/194908101-82340438-6d0b-4922-aa2c-68a63bbe2fc6.mov

    Additional context

    Zotero add-ons:

    image

    image

    Screen Shot 2022-10-10 at 12 04 12 PM

    bug 
    opened by balopat 9
  • API Response Error: Invalid request URL

    API Response Error: Invalid request URL

    Hi, I'm super excited to use this integration but I keep getting this error and nothing syncs to my Notion database. I am pretty sure I've followed the setup instructions to a tee. Any help would be appreciated - thank you!

    Screen Shot 2022-04-21 at 10 18 25

    question 
    opened by GFirmer 8
  • Notion title name without brackets

    Notion title name without brackets

    Hi @dvanoni, firstly, thank you so much for building and maintaining this extension, it is a lifesaver!

    I've been using this extension, and was wondering if it's possible to have the citation name without the brackets. This would make in-line cross-referencing within Notion cleaner, as brackets can be added whenever needed outside of the link. Moreover, the Notion database would look better without brackets in all the entries, in my opinion.

    Since many feature requests ask to modify the title property, a customizable option within the preferences may be beneficial. In the codebase, I see a getInTextCitation variable which can be modified as a possible resolution for this enhancement.

    Best, Darshan

    enhancement 
    opened by shahdv 6
  • APIResponseError: Invalid request URL

    APIResponseError: Invalid request URL

    APIResponseError: Invalid request URL pop out when I tried to sync from Zotero to Notion.

    image

    Below is the error code: image

    Thanks for the amazing plugin btw!

    I reinstalled Notero and recreate a new page in Notion duplicating Notero Advanced database properties and here comes a new error log. image

    opened by YellowSanity 4
  • Possible to fix links? I moved the database to a new workspace and tried to reconnect it

    Possible to fix links? I moved the database to a new workspace and tried to reconnect it

    Describe the issue I moved my database to a different workspace, realized that it needed a new integration, and using Notero with the new integration. This didn't work and created duplicates of all the items.

    I restored the database in original workspace and tried to reconnect Notero. This also made duplicates.

    Is there a way to reset the links in Notero without copying and pasting them all?

    opened by do-not-perceive-me 4
  • Full Citation as

    Full Citation as "NAME" Property in Notion

    Describe the solution you'd like Thanks for the brilliant Zotero to Notion plugin! I would like to show Zotero "Full Citation" in the Notion "Name" Property. Then View ONLY Full Citations as a List (i.e. bibliography).

    Describe alternatives you've considered Notion requires the Name Property and it cannot be deleted. I've tried to copy and paste the Full Citation into the Name Property but that's a lot of work, and creates confusion with the Zotero to Notion sync feature.

    enhancement 
    opened by testaweiser 4
  • Deleting a Reference

    Deleting a Reference

    Hi! Great work. It works flawlessly and so easy to setup. One request: When I delete the reference from Zotero, it doesn't delete from Notion. I can imagine it might be hard to get track of which file is deleted. But I believe it might be a good enhancement, if we can find a solution to do this.

    enhancement 
    opened by berkdemir 1
  • Manually Choose Items to Sync

    Manually Choose Items to Sync

    Thanks for a fantastic plugin for zotero!

    Here is a small suggestion:

    As you know, we don't always take notes for all papers. We just want the papers that we have taken notes appear on the notion list instead of making things mess. To this end, can you add a right-click option so that we can choose the item we would like to create a notion link.

    Alternatively, you can specify a specific tag (e.g., "awesome-notero"), by which the plugin can know whether to sync an item or not.

    Thanks.

    enhancement 
    opened by xinyu-yang 2
  • Shortcut to get Notion page URLs

    Shortcut to get Notion page URLs

    In Zotero, Notion link is attached to items. I'm wondering if it's possible to do a quick copy of the Notion URLs. It would be great if I can customize the copy as [in-text citation] (Notion link). Thank you.

    enhancement 
    opened by ming-cui 3
  • Zotero URI links result in

    Zotero URI links result in "page not found" error

    Describe the issue When clicking the link in a Zotero URI property in Notion, the user ends up on a Zotero error page with the error message: page not found.

    To Reproduce Steps to reproduce the behavior:

    1. Go to a Notion page created by Notero that includes the Zotero URI property
    2. Click on the link in the Zotero URI property
    3. See the "page not found" error page

    Expected behavior Clicking the link opens the desired item in the Zotero web library.

    Screenshots

    https://user-images.githubusercontent.com/299357/202096649-17264929-c22d-432f-a228-471cd99e3e1e.mp4

    bug 
    opened by dvanoni 4
  • Syncing problems

    Syncing problems

    I succesfully integrated my references from Zotero into Notion, but new references added to my Zotero, or modifications to references done in Zotero (e.g., adding the name of the authors, modifyng doc type) are not syncing automatically... any clue ? I read existing posts but could not find a solution.

    Expected behavior: references added to my zotero integrated folders and modifications done to them are automatically synced into Notion.

    opened by carolinecogueto 8
Releases(v0.4.4)
  • v0.4.4(Jan 2, 2023)

    What's Changed

    • build(deps): Upgrade dependencies by @dvanoni in https://github.com/dvanoni/notero/pull/206
    • build(deps): Bump core-js from 3.27.0 to 3.27.1 by @dependabot in https://github.com/dvanoni/notero/pull/207
    • build(deps-dev): Bump esbuild from 0.16.10 to 0.16.12 by @dependabot in https://github.com/dvanoni/notero/pull/208
    • build(deps-dev): Bump eslint from 8.30.0 to 8.31.0 by @dependabot in https://github.com/dvanoni/notero/pull/209
    • feat: Add sync button to context menus by @dvanoni in https://github.com/dvanoni/notero/pull/210

    Full Changelog: https://github.com/dvanoni/notero/compare/v0.4.3...v0.4.4

    Source code(tar.gz)
    Source code(zip)
    notero-0.4.4.xpi(48.91 KB)
  • v0.4.3(Dec 26, 2022)

    What's Changed

    • build(deps): Upgrade dependencies by @dvanoni in https://github.com/dvanoni/notero/pull/203
    • feat: Sync Collections property to Notion by @dvanoni in https://github.com/dvanoni/notero/pull/194
    • feat: Sync items when collections or tags are modified by @dvanoni in https://github.com/dvanoni/notero/pull/204

    Full Changelog: https://github.com/dvanoni/notero/compare/v0.4.2...v0.4.3

    Source code(tar.gz)
    Source code(zip)
    notero-0.4.3.xpi(46.64 KB)
  • v0.4.2(Dec 24, 2022)

    What's Changed

    • feat: Add note to Notion link attachment by @dvanoni in https://github.com/dvanoni/notero/pull/190
    • docs(README): Update "Development" section to describe new build process by @dvanoni in https://github.com/dvanoni/notero/pull/196
    • fix: Show error when "read content" capability is missing by @dvanoni in https://github.com/dvanoni/notero/pull/197

    Full Changelog: https://github.com/dvanoni/notero/compare/v0.4.1...v0.4.2

    Source code(tar.gz)
    Source code(zip)
    notero-0.4.2.xpi(46.06 KB)
  • v0.4.1(Dec 13, 2022)

    Notero is now a "bootstrapped" plugin. This paves the wave for supporting the upcoming Zotero 7 release.

    The only functional difference should be that the Notero plugin can now be disabled and enabled without having to restart Zotero.

    What's Changed

    • build(deps): Upgrade dependencies by @dvanoni in https://github.com/dvanoni/notero/pull/174
    • build: Use new build package by @dvanoni in https://github.com/dvanoni/notero/pull/180
    • build(deps): Upgrade dependencies by @dvanoni in https://github.com/dvanoni/notero/pull/183
    • feat: Update to a bootstrapped plugin by @dvanoni in https://github.com/dvanoni/notero/pull/187
    • build(deps-dev): Bump esbuild from 0.16.4 to 0.16.5 by @dependabot in https://github.com/dvanoni/notero/pull/189

    Full Changelog: https://github.com/dvanoni/notero/compare/v0.4.0...v0.4.1

    Source code(tar.gz)
    Source code(zip)
    notero-0.4.1.xpi(45.71 KB)
  • v0.4.0(Nov 16, 2022)

    What's Changed

    • Enable customization of field to use as Notion page title by @dvanoni in https://github.com/dvanoni/notero/pull/101
    • Add support for Zotero's Short Title field by @dvanoni in https://github.com/dvanoni/notero/pull/170

    ⚠️ Potentially Breaking Change

    • Previously, Notion page titles were generated using an APA in-text citation which includes parentheses around the author and date. The new default title format is similar except it omits the parentheses.

    New Contributors

    • @louismartin made their first contribution in https://github.com/dvanoni/notero/pull/129

    Full Changelog: https://github.com/dvanoni/notero/compare/v0.3.5...v0.4.0

    Source code(tar.gz)
    Source code(zip)
    notero-0.4.0.xpi(43.72 KB)
  • v0.3.5(May 22, 2022)

    What's Changed

    • Add support for Zotero's Date property by @samirunni in https://github.com/dvanoni/notero/pull/77

    New Contributors

    • @samirunni made their first contribution in https://github.com/dvanoni/notero/pull/77

    Full Changelog: https://github.com/dvanoni/notero/compare/v0.3.4...v0.3.5

    Source code(tar.gz)
    Source code(zip)
    notero-0.3.5.xpi(40.84 KB)
  • v0.3.4(May 10, 2022)

  • v0.3.3(Mar 26, 2022)

    What's Changed

    • build: Update zotero-plugin to version 1.2.1 by @dvanoni in https://github.com/dvanoni/notero/pull/45
    • feat: Add Simplified Chinese Support by @llxlr in https://github.com/dvanoni/notero/pull/54

    New Contributors

    • @llxlr made their first contribution in https://github.com/dvanoni/notero/pull/54

    Full Changelog: https://github.com/dvanoni/notero/compare/v0.3.2...v0.3.3

    Source code(tar.gz)
    Source code(zip)
    notero-0.3.3.xpi(39.25 KB)
  • v0.3.2(Feb 7, 2022)

    What's Changed

    • build: Use patch for @notionhq/client and update packages by @dvanoni in https://github.com/dvanoni/notero/pull/36
    • chore(README): Add frequently asked questions and example content by @dvanoni in https://github.com/dvanoni/notero/pull/41
    • feat: Support installation in Zotero 6 by @dvanoni in https://github.com/dvanoni/notero/pull/42

    Full Changelog: https://github.com/dvanoni/notero/compare/v0.3.1...v0.3.2

    Source code(tar.gz)
    Source code(zip)
    notero-0.3.2.xpi(38.28 KB)
  • v0.3.1(Jan 22, 2022)

    What's Changed

    • Add abstract field by @theotheo in https://github.com/dvanoni/notero/pull/35

    New Contributors

    • @theotheo made their first contribution in https://github.com/dvanoni/notero/pull/35

    Full Changelog: https://github.com/dvanoni/notero/compare/v0.3.0...v0.3.1

    Source code(tar.gz)
    Source code(zip)
    notero-0.3.1.xpi(38.25 KB)
  • v0.3.0(Jan 21, 2022)

    What's Changed

    • Support multiple collections and subcollections by @dvanoni in https://github.com/dvanoni/notero/pull/32

    ⚠️ Potentially Breaking Change

    Notero will attempt to migrate your previously-entered collection name to the new settings configuration, but this may not work as intended if you have multiple collections with the same name. Be sure to review the Notero preferences after upgrading to ensure your desired collections are enabled.

    Full Changelog: https://github.com/dvanoni/notero/compare/v0.2.2...v0.3.0

    Source code(tar.gz)
    Source code(zip)
    notero-0.3.0.xpi(38.22 KB)
  • v0.2.2(Jan 8, 2022)

  • v0.2.1(Dec 31, 2021)

    What's Changed

    • Create new Notion page if previous page is not found by @dvanoni in https://github.com/dvanoni/notero/pull/22
    • Sync Zotero tags to Notion by @dvanoni in https://github.com/dvanoni/notero/pull/23
    • Sync editors separately from authors by @dvanoni in https://github.com/dvanoni/notero/pull/24
    • Sync file path of best attachment to Notion by @dvanoni in https://github.com/dvanoni/notero/pull/25

    Full Changelog: https://github.com/dvanoni/notero/compare/v0.2.0...v0.2.1

    Source code(tar.gz)
    Source code(zip)
    notero-0.2.1.xpi(29.72 KB)
  • v0.2.0(Dec 28, 2021)

Owner
David Vanoni
David Vanoni
🔥 Dreamy-db - A Powerful database for storing, accessing, and managing multiple database.

Dreamy-db About Dreamy-db - A Powerful database for storing, accessing, and managing multiple databases. A powerful node.js module that allows you to

Dreamy Developer 24 Dec 22, 2022
DolphinDB JavaScript API is a JavaScript library that encapsulates the ability to operate the DolphinDB database, such as: connecting to the database, executing scripts, calling functions, uploading variables, etc.

DolphinDB JavaScript API English | 中文 Overview DolphinDB JavaScript API is a JavaScript library that encapsulates the ability to operate the DolphinDB

DolphinDB 6 Dec 12, 2022
The Wholesome App. A project that allows you to upload images directly to MongoDB Atlas into your collection, a faster cloud database.

The Wholesome App. A project that allows you to upload images directly to MongoDB Atlas into your collection, a faster cloud database. To upload your cute and wholesome images.

Gourav Singh Rawat 2 Jul 17, 2022
🔄 A realtime Database for JavaScript Applications

RxDB A realtime Database for JavaScript Applications RxDB (short for Reactive Database) is a NoSQL-database for JavaScript Applications like Websites,

Daniel Meyer 18.6k Dec 31, 2022
⚡️ lowdb is a small local JSON database powered by Lodash (supports Node, Electron and the browser)

Lowdb Small JSON database for Node, Electron and the browser. Powered by Lodash. ⚡ db.get('posts') .push({ id: 1, title: 'lowdb is awesome'}) .wri

null 18.9k Dec 30, 2022
:koala: - PouchDB is a pocket-sized database.

PouchDB – The Database that Syncs! PouchDB is an open-source JavaScript database inspired by Apache CouchDB that is designed to run well within the br

PouchDB 15.4k Dec 30, 2022
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!

PostGraphile Instant lightning-fast GraphQL API backed primarily by your PostgreSQL database. Highly customisable and extensible thanks to incredibly

Graphile 11.7k Jan 4, 2023
🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️

A reactive database framework Build powerful React and React Native apps that scale from hundreds to tens of thousands of records and remain fast ⚡️ W

Nozbe 8.8k Jan 5, 2023
Lovefield is a relational database for web apps. Written in JavaScript, works cross-browser. Provides SQL-like APIs that are fast, safe, and easy to use.

Lovefield Lovefield is a relational database written in pure JavaScript. It provides SQL-like syntax and works cross-browser (currently supporting Chr

Google 6.8k Jan 3, 2023
AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.

Please use version 1.x as prior versions has a security flaw if you use user generated data to concat your SQL strings instead of providing them as a

Andrey Gershun 6.1k Jan 9, 2023
Realm is a mobile database: an alternative to SQLite & key-value stores

Realm is a mobile database that runs directly inside phones, tablets or wearables. This project hosts the JavaScript versions of Realm. Currently we s

Realm 5.1k Jan 3, 2023
:rocket: One command to generate REST APIs for any MySql Database.

Xmysql : One command to generate REST APIs for any MySql database Why this ? Generating REST APIs for a MySql database which does not follow conventio

null 129 Dec 30, 2022
Realtime database backend based on Operational Transformation (OT)

This README is for [email protected]. For [email protected], see the 1.x-beta branch. To upgrade, see the upgrade guide. ShareDB ShareDB is a realtime databa

ShareJS 5.5k Dec 29, 2022
A transparent, in-memory, streaming write-on-update JavaScript database for Small Web applications that persists to a JavaScript transaction log.

JavaScript Database (JSDB) A zero-dependency, transparent, in-memory, streaming write-on-update JavaScript database for the Small Web that persists to

Small Technology Foundation 237 Nov 13, 2022
The JavaScript Database, for Node.js, nw.js, electron and the browser

The JavaScript Database Embedded persistent or in memory database for Node.js, nw.js, Electron and browsers, 100% JavaScript, no binary dependency. AP

Louis Chatriot 13.2k Jan 2, 2023
Bluzelle is a smart, in-memory data store. It can be used as a cache or as a database.

SwarmDB ABOUT SWARMDB Bluzelle brings together the sharing economy and token economy. Bluzelle enables people to rent out their computer storage space

Bluzelle 225 Dec 31, 2022
The ultimate solution for populating your MongoDB database.

Mongo Seeding The ultimate solution for populating your MongoDB database ?? Define MongoDB documents in JSON, JavaScript or even TypeScript files. Use

Paweł Kosiec 494 Dec 29, 2022
Node.js client for the Aerospike database

Aerospike Node.js Client An Aerospike add-on module for Node.js. The client is compatible with Node.js v8.x, v10.x (LTS), v12.x (LTS), and v14.x (LTS)

Aerospike 198 Dec 30, 2022
Common Database Interface for Node

database-js Wrapper for multiple databases with a JDBC-like connection Database-js implements a common, promise-based interface for SQL database acces

null 57 Dec 3, 2022