Skip to content

Commit 04a423b

Browse files
authored
Merge pull request #1007 from man-group/README-deprecate
Update README.md
2 parents 392a7f5 + ee70ce5 commit 04a423b

File tree

1 file changed

+3
-38
lines changed

1 file changed

+3
-38
lines changed

README.md

Lines changed: 3 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,7 @@
1-
# [![arctic](https://raw.githubusercontent.com/man-group/arctic/master/logo/arctic_50.png?raw=true)](https://github.com/man-group/arctic) [Arctic TimeSeries and Tick store](https://github.com/man-group/arctic)
1+
# Development moved to ArcticDB GitHub Repository
22

3-
4-
[![Documentation Status](https://readthedocs.org/projects/arctic/badge/?version=latest)](https://arctic.readthedocs.io/en/latest/?badge=latest)
5-
[![CircleCI](https://circleci.com/gh/man-group/arctic/tree/master.svg?style=shield)](https://app.circleci.com/pipelines/github/man-group/arctic?branch=master)
6-
[![PyPI](https://img.shields.io/pypi/v/arctic)](https://pypi.org/project/arctic)
7-
[![Python](https://img.shields.io/badge/Python-3.6|3.7|3.8-green.svg)](https://github.com/man-group/arctic)
8-
[![Join the chat at https://gitter.im/man-group/arctic](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/man-group/arctic?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
9-
10-
Arctic is a high performance datastore for numeric data. It supports [Pandas](http://pandas.pydata.org/),
11-
[numpy](http://www.numpy.org/) arrays and pickled objects out-of-the-box, with pluggable support for
12-
other data types and optional versioning.
13-
14-
Arctic can query millions of rows per second per client, achieves ~10x compression on network bandwidth,
15-
~10x compression on disk, and scales to hundreds of millions of rows per second per
16-
[MongoDB](https://www.mongodb.org/) instance.
17-
18-
Arctic has been under active development at [Man Group](https://www.man.com/) since 2012.
19-
20-
---
21-
22-
## :mega: ArcticDB! :mega:
23-
24-
ArcticDB, Man Group's high-performance Python-native DataFrame database, is available on [GitHub](https://github.com/man-group/arcticdb).
25-
26-
ArcticDB is the next generation of Arctic and is designed to be a drop-in replacement for it, providing a platform that is:
27-
28-
* **Fast**: Capable of processing billions of rows in seconds
29-
* **Flexible**: Designed to handle complex real-world datasets
30-
* **Familiar**: Built for the modern Python Data Science ecosystem - Pandas In/Pandas Out!
31-
32-
This repository **does not contain the code for ArcticDB**, but instead contains the older (first) version of the Arctic platform.
33-
This repository is now in maintenance mode and all ongoing development efforts will be focused on ArcticDB.
34-
35-
If you would like information on ArcticDB please see the [website](https://arcticdb.io) or get in touch with us at arcticdb@man.com.
3+
This repository and project are now in maintenance mode. Development has migrated to [ArcticDB](https://github.com/man-group/ArcticDB).
364

375
---
386

39-
Information on how to set up, install and use Arctic has been migrated to [README-arctic.md](README-arctic.md).
40-
41-
This repository is in maintenance mode as ongoing development has migrated to **ArcticDB**.
42-
7+
Information on how to set up, install and use Arctic has been moved to [README-arctic.md](README-arctic.md).

0 commit comments

Comments
 (0)